#4CCE38

Color #4CCE38 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #4CCE38

Tints of Lime Green #4CCE38

Color information

#4CCE38 (or 0x4CCE38) is unknown color: approx Lime Green. HEX triplet: 4C, CE and 38. RGB value is (76,206,56). Sum of RGB (Red+Green+Blue) = 76+206+56=338 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.49% from 338); Green value is 206 (80.86% from 255 or 60.95% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 206 - color contains mainly: green. Hex color #4CCE38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CCE38 is #B331C7. Grayscale: #969696. Windows color (decimal): -11743688 or 3722828. OLE color: 3722828.

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

Color convert

RGB7620656-
CMYK0.6300.730.19
HSL112º60.48%51.37%-
HSV(B)112º72.82%80.78%-
XYZ25.7745.9611.26-
YUV150.0374.9375.2-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.49%
GREEN value IS 206 (80.86% from 255) = 60.95%
BLUE value IS 56 (22.27% from 255) = 16.57%
R=22.49%
G=60.95%
B=16.57%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal76206560.6300.730.1911260.4851.37
Hex4CCE383F04913703c33
Octal11431670770111231607463
Binary10011001100111011100011111101001001100111110000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CCE38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4CCE38;
 }
 .AnyTagClassName
 {
   color: #4CCE38;
 }
</style>
background-color css

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

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

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

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

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

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