#4DD931

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

Shades of Lime Green #4DD931

Tints of Lime Green #4DD931

Color information

#4DD931 (or 0x4DD931) is unknown color: approx Lime Green. HEX triplet: 4D, D9 and 31. RGB value is (77,217,49). Sum of RGB (Red+Green+Blue) = 77+217+49=343 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.45% from 343); Green value is 217 (85.16% from 255 or 63.27% from 343); Blue value is 49 (19.53% from 255 or 14.29% from 343); Max value from RGB is 217 - color contains mainly: green. Hex color #4DD931 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DD931 is #B226CE. Grayscale: #9C9C9C. Windows color (decimal): -11675343 or 3266893. OLE color: 3266893.

HSL color Cylindrical-coordinate representation of color #4DD931: hue angle of 110º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4DD931 is Cyan = 0.65, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB7721749-
CMYK0.6500.770.15
HSL110º68.85%52.16%-
HSV(B)110º77.42%85.1%-
XYZ28.4351.4311.33-
YUV155.9967.6271.66-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.45%
GREEN value IS 217 (85.16% from 255) = 63.27%
BLUE value IS 49 (19.53% from 255) = 14.29%
R=22.45%
G=63.27%
B=14.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal77217490.6500.770.1511068.8552.16
Hex4DD9314104DF6e4534
Octal1153316110101151715610564
Binary100110111011001110001100000101001101111111011101000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DD931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,217,49); }

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

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

 a { background-color: rgb(77,217,49); }

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

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

 span { border-color: rgb(77,217,49); }

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