#4DDE2A

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

Shades of Lime Green #4DDE2A

Tints of Lime Green #4DDE2A

Color information

#4DDE2A (or 0x4DDE2A) is unknown color: approx Lime Green. HEX triplet: 4D, DE and 2A. RGB value is (77,222,42). Sum of RGB (Red+Green+Blue) = 77+222+42=341 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.58% from 341); Green value is 222 (87.11% from 255 or 65.10% from 341); Blue value is 42 (16.80% from 255 or 12.32% from 341); Max value from RGB is 222 - color contains mainly: green. Hex color #4DDE2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DDE2A is #B221D5. Grayscale: #9E9E9E. Windows color (decimal): -11674070 or 2809421. OLE color: 2809421.

HSL color Cylindrical-coordinate representation of color #4DDE2A: hue angle of 108.33º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4DDE2A is Cyan = 0.65, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB7722242-
CMYK0.6500.810.13
HSL108.33º73.17%51.76%-
HSV(B)108.33º81.08%87.06%-
XYZ29.653.9911.05-
YUV158.1262.4670.14-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.58%
GREEN value IS 222 (87.11% from 255) = 65.10%
BLUE value IS 42 (16.80% from 255) = 12.32%
R=22.58%
G=65.10%
B=12.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal77222420.6500.810.13108.3373.1751.76
Hex4DDE2A41051D6c4934
Octal1153365210101211515411164
Binary100110111011110101010100000101010001110111011001001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DDE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,222,42); }

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

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

 a { background-color: rgb(77,222,42); }

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

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

 span { border-color: rgb(77,222,42); }

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