#4ED52C

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

Shades of Lime Green #4ED52C

Tints of Lime Green #4ED52C

Color information

#4ED52C (or 0x4ED52C) is unknown color: approx Lime Green. HEX triplet: 4E, D5 and 2C. RGB value is (78,213,44). Sum of RGB (Red+Green+Blue) = 78+213+44=335 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.28% from 335); Green value is 213 (83.59% from 255 or 63.58% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 213 - color contains mainly: green. Hex color #4ED52C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED52C is #B12AD3. Grayscale: #999999. Windows color (decimal): -11610836 or 2938190. OLE color: 2938190.

HSL color Cylindrical-coordinate representation of color #4ED52C: hue angle of 107.93º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4ED52C is Cyan = 0.63, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB7821344-
CMYK0.6300.790.16
HSL107.93º66.8%50.39%-
HSV(B)107.93º79.34%83.53%-
XYZ27.3949.3910.47-
YUV153.3766.2774.24-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.28%
GREEN value IS 213 (83.59% from 255) = 63.58%
BLUE value IS 44 (17.58% from 255) = 13.13%
R=23.28%
G=63.58%
B=13.13%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal78213440.6300.790.16107.9366.850.39
Hex4ED52C3F04F106c4332
Octal116325547701172015410362
Binary100111011010101101100111111010011111000011011001000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ED52C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,213,44); }

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

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

 a { background-color: rgb(78,213,44); }

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

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

 span { border-color: rgb(78,213,44); }

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