Html Css Color HEX #4ED52D Lime Green

📋 copy color: '#4ED52D'

red 78 ◦ green 213 ◦ blue 45

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

Shades of Lime Green #4ED52D

Tints of Lime Green #4ED52D

RGB

 RED value IS 78 (30.86% from 255) = 23.21%

 GREEN value IS 213 (83.59% from 255) = 63.39%

 BLUE value IS 45 (17.97% from 255) = 13.39%

R = 23.21%
G = 63.39%
B = 13.39%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#4ED52D (or 0x4ED52D) is known color: Lime Green. HEX triplet: 4E, D5 and 2D. RGB value is (78,213,45). Sum of RGB (Red+Green+Blue) = 78+213+45=336 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.21% from 336); Green value is 213 (83.59% from 255 or 63.39% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 213 - color contains mainly: green. Hex color #4ED52D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED52D is #B12AD2. Grayscale: #9A9A9A. Windows color (decimal): -11610835 or 3003726. OLE color: 3003726.

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

Color convert

RGB 78 213 45 -
CMYK 0.63 0 0.79 0.16
HSL 108.21º 0.67% 0.51% -
HSV(B) 108.21º 0.79% 0.84% -
XYZ 27.41 49.4 10.57 -
YUV 153.48 66.77 74.16 -
System Red Green Blue C M Y K H S L
Decimal 78 213 45 0.63 0 0.79 0.16 108.21 0.67 0.51
Hex 4E D5 2D 3F 0 4F 10 6C 43 33
Octal 116 325 55 77 0 117 20 154 103 63
Binary 1001110 11010101 101101 111111 0 1001111 10000 1101100 1000011 110011

Color Harmonies of #4ED52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ED52D

Black with #4ED52D

Text Example


Text Example

White with #4ED52D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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