Html Css Color HEX #4CCA30 Lime Green

📋 copy color: '#4CCA30'

red 76 ◦ green 202 ◦ blue 48

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

Shades of Lime Green #4CCA30

Tints of Lime Green #4CCA30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.72%

R = 23.31%
G = 61.96%
B = 14.72%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#4CCA30 (or 0x4CCA30) is known color: Lime Green. HEX triplet: 4C, CA and 30. RGB value is (76,202,48). Sum of RGB (Red+Green+Blue) = 76+202+48=326 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.31% from 326); Green value is 202 (79.30% from 255 or 61.96% from 326); Blue value is 48 (19.14% from 255 or 14.72% from 326); Max value from RGB is 202 - color contains mainly: green. Hex color #4CCA30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CCA30 is #B335CF. Grayscale: #939393. Windows color (decimal): -11744720 or 3197516. OLE color: 3197516.

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

Color convert

RGB 76 202 48 -
CMYK 0.62 0 0.76 0.21
HSL 109.09º 0.62% 0.49% -
HSV(B) 109.09º 0.76% 0.79% -
XYZ 24.63 43.99 9.99 -
YUV 146.77 72.26 77.52 -
System Red Green Blue C M Y K H S L
Decimal 76 202 48 0.62 0 0.76 0.21 109.09 0.62 0.49
Hex 4C CA 30 3E 0 4C 15 6D 3E 31
Octal 114 312 60 76 0 114 25 155 76 61
Binary 1001100 11001010 110000 111110 0 1001100 10101 1101101 111110 110001

Color Harmonies of #4CCA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCA30

Black with #4CCA30

Text Example


Text Example

White with #4CCA30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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