Html Css Color HEX #4CCC38 Lime Green

📋 copy color: '#4CCC38'

red 76 ◦ green 204 ◦ blue 56

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

Shades of Lime Green #4CCC38

Tints of Lime Green #4CCC38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.67%

R = 22.62%
G = 60.71%
B = 16.67%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#4CCC38 (or 0x4CCC38) is known color: Lime Green. HEX triplet: 4C, CC and 38. RGB value is (76,204,56). Sum of RGB (Red+Green+Blue) = 76+204+56=336 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.62% from 336); Green value is 204 (80.08% from 255 or 60.71% from 336); Blue value is 56 (22.27% from 255 or 16.67% from 336); Max value from RGB is 204 - color contains mainly: green. Hex color #4CCC38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CCC38 is #B333C7. Grayscale: #959595. Windows color (decimal): -11744200 or 3722316. OLE color: 3722316.

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

Color convert

RGB 76 204 56 -
CMYK 0.63 0 0.73 0.2
HSL 111.89º 0.59% 0.51% -
HSV(B) 111.89º 0.73% 0.8% -
XYZ 25.29 45.01 11.1 -
YUV 148.86 75.59 76.03 -
System Red Green Blue C M Y K H S L
Decimal 76 204 56 0.63 0 0.73 0.2 111.89 0.59 0.51
Hex 4C CC 38 3F 0 49 14 70 3B 33
Octal 114 314 70 77 0 111 24 160 73 63
Binary 1001100 11001100 111000 111111 0 1001001 10100 1110000 111011 110011

Color Harmonies of #4CCC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CCC38

Black with #4CCC38

Text Example


Text Example

White with #4CCC38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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