Html Css Color HEX #4CDE45 Lime Green

📋 copy color: '#4CDE45'

red 76 ◦ green 222 ◦ blue 69

#4CDE45
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #4CDE45

Tints of Lime Green #4CDE45

RGB

 RED value IS 76 (30.08% from 255) = 20.71%

 GREEN value IS 222 (87.11% from 255) = 60.49%

 BLUE value IS 69 (27.34% from 255) = 18.8%

R = 20.71%
G = 60.49%
B = 18.8%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4CDE45 (or 0x4CDE45) is known color: Lime Green. HEX triplet: 4C, DE and 45. RGB value is (76,222,69). Sum of RGB (Red+Green+Blue) = 76+222+69=367 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.71% from 367); Green value is 222 (87.11% from 255 or 60.49% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 222 - color contains mainly: green. Hex color #4CDE45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CDE45 is #B321BA. Grayscale: #A1A1A1. Windows color (decimal): -11739579 or 4578892. OLE color: 4578892.

HSL color Cylindrical-coordinate representation of color #4CDE45: hue angle of 117.25º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4CDE45 is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 222 69 -
CMYK 0.66 0 0.69 0.13
HSL 117.25º 0.7% 0.57% -
HSV(B) 117.25º 0.69% 0.87% -
XYZ 30.18 54.21 14.5 -
YUV 160.9 76.13 67.44 -
System Red Green Blue C M Y K H S L
Decimal 76 222 69 0.66 0 0.69 0.13 117.25 0.7 0.57
Hex 4C DE 45 42 0 45 D 75 46 39
Octal 114 336 105 102 0 105 15 165 106 71
Binary 1001100 11011110 1000101 1000010 0 1000101 1101 1110101 1000110 111001

Color Harmonies of #4CDE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDE45

Black with #4CDE45

Text Example


Text Example

White with #4CDE45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CDE45; }

 p { color: rgb(76,222,69); }

 H1.HeaderClassName
 {
   color: #4CDE45;
 }
 .AnyTagClassName
 {
   color: #4CDE45;
 }
</style>

background-color css

<style>
 a { background-color: #4CDE45; }

 a { background-color: rgb(76,222,69); }

 div.DivClassName
 {
   background-color: #4CDE45;
 }
 .BgClassName
 {
   background-color: #4CDE45;
 }
</style>

border-color css

<style>
 span { border-color: #4CDE45; }

 span { border-color: rgb(76,222,69); }

 td.TdClassName
 {
   border-color: #4CDE45;
 }
 .TagClassName
 {
   border-color: #4CDE45;
 }
</style>