#4DEC3B

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

Shades of Lime Green #4DEC3B

Tints of Lime Green #4DEC3B

Color information

#4DEC3B (or 0x4DEC3B) is unknown color: approx Lime Green. HEX triplet: 4D, EC and 3B. RGB value is (77,236,59). Sum of RGB (Red+Green+Blue) = 77+236+59=372 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.70% from 372); Green value is 236 (92.58% from 255 or 63.44% from 372); Blue value is 59 (23.44% from 255 or 15.86% from 372); Max value from RGB is 236 - color contains mainly: green. Hex color #4DEC3B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4DEC3B is #B213C4. Grayscale: #A8A8A8. Windows color (decimal): -11670469 or 3927117. OLE color: 3927117.

HSL color Cylindrical-coordinate representation of color #4DEC3B: hue angle of 113.9º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4DEC3B is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB7723659-
CMYK0.6700.750.07
HSL113.9º82.33%57.84%-
HSV(B)113.9º75%92.55%-
XYZ33.8561.8814.3-
YUV168.2866.3262.89-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.70%
GREEN value IS 236 (92.58% from 255) = 63.44%
BLUE value IS 59 (23.44% from 255) = 15.86%
R=20.70%
G=63.44%
B=15.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal77236590.6700.750.07113.982.3357.84
Hex4DEC3B4304B772523a
Octal115354731030113716212272
Binary10011011110110011101110000110100101111111100101010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DEC3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,236,59); }

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

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

 a { background-color: rgb(77,236,59); }

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

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

 span { border-color: rgb(77,236,59); }

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