Html Css Color HEX #4CC94A Lime Green

📋 copy color: '#4CC94A'

red 76 ◦ green 201 ◦ blue 74

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

Shades of Lime Green #4CC94A

Tints of Lime Green #4CC94A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 57.26%

 BLUE value IS 74 (29.3% from 255) = 21.08%

R = 21.65%
G = 57.26%
B = 21.08%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#4CC94A (or 0x4CC94A) is known color: Lime Green. HEX triplet: 4C, C9 and 4A. RGB value is (76,201,74). Sum of RGB (Red+Green+Blue) = 76+201+74=351 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.65% from 351); Green value is 201 (78.91% from 255 or 57.26% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 201 - color contains mainly: green. Hex color #4CC94A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC94A is #B336B5. Grayscale: #959595. Windows color (decimal): -11744950 or 4901196. OLE color: 4901196.

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

Color convert

RGB 76 201 74 -
CMYK 0.62 0 0.63 0.21
HSL 119.06º 0.54% 0.54% -
HSV(B) 119.06º 0.63% 0.79% -
XYZ 25.1 43.8 13.61 -
YUV 149.15 85.59 75.83 -
System Red Green Blue C M Y K H S L
Decimal 76 201 74 0.62 0 0.63 0.21 119.06 0.54 0.54
Hex 4C C9 4A 3E 0 3F 15 77 36 36
Octal 114 311 112 76 0 77 25 167 66 66
Binary 1001100 11001001 1001010 111110 0 111111 10101 1110111 110110 110110

Color Harmonies of #4CC94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC94A

Black with #4CC94A

Text Example


Text Example

White with #4CC94A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,201,74); }

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

background-color css

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

 a { background-color: rgb(76,201,74); }

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

border-color css

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

 span { border-color: rgb(76,201,74); }

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