#4CED2D

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

Shades of Lime Green #4CED2D

Tints of Lime Green #4CED2D

Color information

#4CED2D (or 0x4CED2D) is unknown color: approx Lime Green. HEX triplet: 4C, ED and 2D. RGB value is (76,237,45). Sum of RGB (Red+Green+Blue) = 76+237+45=358 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.23% from 358); Green value is 237 (92.97% from 255 or 66.20% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 237 - color contains mainly: green. Hex color #4CED2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CED2D is #B312D2. Grayscale: #A7A7A7. Windows color (decimal): -11735763 or 3009868. OLE color: 3009868.

HSL color Cylindrical-coordinate representation of color #4CED2D: hue angle of 110.31º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4CED2D is Cyan = 0.68, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB7623745-
CMYK0.6800.810.07
HSL110.31º84.21%55.29%-
HSV(B)110.31º81.01%92.94%-
XYZ33.7462.2912.73-
YUV166.9759.1663.11-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.23%
GREEN value IS 237 (92.97% from 255) = 66.20%
BLUE value IS 45 (17.97% from 255) = 12.57%
R=21.23%
G=66.20%
B=12.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal76237450.6800.810.07110.3184.2155.29
Hex4CED2D4405176e5437
Octal114355551040121715612467
Binary10011001110110110110110001000101000111111011101010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CED2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,237,45); }

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

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

 a { background-color: rgb(76,237,45); }

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

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

 span { border-color: rgb(76,237,45); }

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