Html Css Color HEX #4CC144 Lime Green

📋 copy color: '#4CC144'

red 76 ◦ green 193 ◦ blue 68

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

Shades of Lime Green #4CC144

Tints of Lime Green #4CC144

RGB

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

 GREEN value IS 193 (75.78% from 255) = 57.27%

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

R = 22.55%
G = 57.27%
B = 20.18%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#4CC144 (or 0x4CC144) is known color: Lime Green. HEX triplet: 4C, C1 and 44. RGB value is (76,193,68). Sum of RGB (Red+Green+Blue) = 76+193+68=337 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.55% from 337); Green value is 193 (75.78% from 255 or 57.27% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 193 - color contains mainly: green. Hex color #4CC144 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC144 is #B33EBB. Grayscale: #909090. Windows color (decimal): -11747004 or 4505932. OLE color: 4505932.

HSL color Cylindrical-coordinate representation of color #4CC144: hue angle of 116.16º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CC144 is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 76 193 68 -
CMYK 0.61 0 0.65 0.24
HSL 116.16º 0.5% 0.51% -
HSV(B) 116.16º 0.65% 0.76% -
XYZ 23.09 40.09 11.99 -
YUV 143.77 85.24 79.66 -
System Red Green Blue C M Y K H S L
Decimal 76 193 68 0.61 0 0.65 0.24 116.16 0.5 0.51
Hex 4C C1 44 3D 0 41 18 74 32 33
Octal 114 301 104 75 0 101 30 164 62 63
Binary 1001100 11000001 1000100 111101 0 1000001 11000 1110100 110010 110011

Color Harmonies of #4CC144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC144

Black with #4CC144

Text Example


Text Example

White with #4CC144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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