Html Css Color HEX #4CCC44 Lime Green

📋 copy color: '#4CCC44'

red 76 ◦ green 204 ◦ blue 68

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

Shades of Lime Green #4CCC44

Tints of Lime Green #4CCC44

RGB

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

 GREEN value IS 204 (80.08% from 255) = 58.62%

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

R = 21.84%
G = 58.62%
B = 19.54%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#4CCC44 (or 0x4CCC44) is known color: Lime Green. HEX triplet: 4C, CC and 44. RGB value is (76,204,68). Sum of RGB (Red+Green+Blue) = 76+204+68=348 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.84% from 348); Green value is 204 (80.08% from 255 or 58.62% from 348); Blue value is 68 (26.95% from 255 or 19.54% from 348); Max value from RGB is 204 - color contains mainly: green. Hex color #4CCC44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CCC44 is #B333BB. Grayscale: #969696. Windows color (decimal): -11744188 or 4508748. OLE color: 4508748.

HSL color Cylindrical-coordinate representation of color #4CCC44: hue angle of 116.47º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4CCC44 is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB 76 204 68 -
CMYK 0.63 0 0.67 0.2
HSL 116.47º 0.57% 0.53% -
HSV(B) 116.47º 0.67% 0.8% -
XYZ 25.62 45.14 12.83 -
YUV 150.22 81.59 75.06 -
System Red Green Blue C M Y K H S L
Decimal 76 204 68 0.63 0 0.67 0.2 116.47 0.57 0.53
Hex 4C CC 44 3F 0 43 14 74 39 35
Octal 114 314 104 77 0 103 24 164 71 65
Binary 1001100 11001100 1000100 111111 0 1000011 10100 1110100 111001 110101

Color Harmonies of #4CCC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCC44

Black with #4CCC44

Text Example


Text Example

White with #4CCC44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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