Html Css Color HEX #4CCA44 Lime Green

📋 copy color: '#4CCA44'

red 76 ◦ green 202 ◦ blue 68

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

Shades of Lime Green #4CCA44

Tints of Lime Green #4CCA44

RGB

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

 GREEN value IS 202 (79.3% from 255) = 58.38%

 BLUE value IS 68 (26.95% from 255) = 19.65%

R = 21.97%
G = 58.38%
B = 19.65%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#4CCA44 (or 0x4CCA44) is known color: Lime Green. HEX triplet: 4C, CA and 44. RGB value is (76,202,68). Sum of RGB (Red+Green+Blue) = 76+202+68=346 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.97% from 346); Green value is 202 (79.30% from 255 or 58.38% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 202 - color contains mainly: green. Hex color #4CCA44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CCA44 is #B335BB. Grayscale: #959595. Windows color (decimal): -11744700 or 4508236. OLE color: 4508236.

HSL color Cylindrical-coordinate representation of color #4CCA44: hue angle of 116.42º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CCA44 is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 76 202 68 -
CMYK 0.62 0 0.66 0.21
HSL 116.42º 0.56% 0.53% -
HSV(B) 116.42º 0.66% 0.79% -
XYZ 25.14 44.19 12.67 -
YUV 149.05 82.26 75.9 -
System Red Green Blue C M Y K H S L
Decimal 76 202 68 0.62 0 0.66 0.21 116.42 0.56 0.53
Hex 4C CA 44 3E 0 42 15 74 38 35
Octal 114 312 104 76 0 102 25 164 70 65
Binary 1001100 11001010 1000100 111110 0 1000010 10101 1110100 111000 110101

Color Harmonies of #4CCA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCA44

Black with #4CCA44

Text Example


Text Example

White with #4CCA44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,202,68); }

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

background-color css

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

 a { background-color: rgb(76,202,68); }

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

border-color css

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

 span { border-color: rgb(76,202,68); }

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