#4DE02D

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

Shades of Lime Green #4DE02D

Tints of Lime Green #4DE02D

Color information

#4DE02D (or 0x4DE02D) is unknown color: approx Lime Green. HEX triplet: 4D, E0 and 2D. RGB value is (77,224,45). Sum of RGB (Red+Green+Blue) = 77+224+45=346 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.25% from 346); Green value is 224 (87.89% from 255 or 64.74% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 224 - color contains mainly: green. Hex color #4DE02D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DE02D is #B21FD2. Grayscale: #A0A0A0. Windows color (decimal): -11673555 or 3006541. OLE color: 3006541.

HSL color Cylindrical-coordinate representation of color #4DE02D: hue angle of 109.27º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4DE02D is Cyan = 0.66, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB7722445-
CMYK0.6600.800.12
HSL109.27º74.27%52.75%-
HSV(B)109.27º79.91%87.84%-
XYZ30.1955.0811.52-
YUV159.6463.369.05-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.25%
GREEN value IS 224 (87.89% from 255) = 64.74%
BLUE value IS 45 (17.97% from 255) = 13.01%
R=22.25%
G=64.74%
B=13.01%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal77224450.6600.800.12109.2774.2752.75
Hex4DE02D42050C6d4a35
Octal1153405510201201415511265
Binary100110111100000101101100001001010000110011011011001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DE02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,224,45); }

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

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

 a { background-color: rgb(77,224,45); }

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

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

 span { border-color: rgb(77,224,45); }

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