#4DDF25

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

Shades of Lime Green #4DDF25

Tints of Lime Green #4DDF25

Color information

#4DDF25 (or 0x4DDF25) is unknown color: approx Lime Green. HEX triplet: 4D, DF and 25. RGB value is (77,223,37). Sum of RGB (Red+Green+Blue) = 77+223+37=337 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.85% from 337); Green value is 223 (87.5% from 255 or 66.17% from 337); Blue value is 37 (14.84% from 255 or 10.98% from 337); Max value from RGB is 223 - color contains mainly: green. Hex color #4DDF25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4DDF25 is #B220DA. Grayscale: #9E9E9E. Windows color (decimal): -11673819 or 2481997. OLE color: 2481997.

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

Color convert

RGB7722337-
CMYK0.6500.830.13
HSL107.1º74.4%50.98%-
HSV(B)107.1º83.41%87.45%-
XYZ29.7854.4910.7-
YUV158.1459.6370.12-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.85%
GREEN value IS 223 (87.5% from 255) = 66.17%
BLUE value IS 37 (14.84% from 255) = 10.98%
R=22.85%
G=66.17%
B=10.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal77223370.6500.830.13107.174.450.98
Hex4DDF2541053D6b4a33
Octal1153374510101231515311263
Binary100110111011111100101100000101010011110111010111001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DDF25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,223,37); }

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

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

 a { background-color: rgb(77,223,37); }

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

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

 span { border-color: rgb(77,223,37); }

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