#25DD2E

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

Shades of Lime Green #25DD2E

Tints of Lime Green #25DD2E

Color information

#25DD2E (or 0x25DD2E) is unknown color: approx Lime Green. HEX triplet: 25, DD and 2E. RGB value is (37,221,46). Sum of RGB (Red+Green+Blue) = 37+221+46=304 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.17% from 304); Green value is 221 (86.72% from 255 or 72.70% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 221 - color contains mainly: green. Hex color #25DD2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25DD2E is #DA22D1. Grayscale: #929292. Windows color (decimal): -14295762 or 3071269. OLE color: 3071269.

HSL color Cylindrical-coordinate representation of color #25DD2E: hue angle of 122.93º degrees, saturation: 0.73, 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 #25DD2E is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB3722146-
CMYK0.8300.790.13
HSL122.93º73.02%50.59%-
HSV(B)122.93º83.26%86.67%-
XYZ27.1152.311.25-
YUV146.0371.5450.23-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.17%
GREEN value IS 221 (86.72% from 255) = 72.70%
BLUE value IS 46 (18.36% from 255) = 15.13%
R=12.17%
G=72.70%
B=15.13%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal37221460.8300.790.13122.9373.0250.59
Hex25DD2E5304FD7b4933
Octal453355612301171517311163
Binary10010111011101101110101001101001111110111110111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25DD2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25DD2E; }

 p { color: rgb(37,221,46); }

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

<style>
 a { background-color: #25DD2E; }

 a { background-color: rgb(37,221,46); }

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

<style>
 span { border-color: #25DD2E; }

 span { border-color: rgb(37,221,46); }

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