#25DD1B

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

Shades of Lime Green #25DD1B

Tints of Lime Green #25DD1B

Color information

#25DD1B (or 0x25DD1B) is unknown color: approx Lime Green. HEX triplet: 25, DD and 1B. RGB value is (37,221,27). Sum of RGB (Red+Green+Blue) = 37+221+27=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 221 (86.72% from 255 or 77.54% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 221 - color contains mainly: green. Hex color #25DD1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25DD1B is #DA22E4. Grayscale: #909090. Windows color (decimal): -14295781 or 1826085. OLE color: 1826085.

HSL color Cylindrical-coordinate representation of color #25DD1B: hue angle of 116.91º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #25DD1B is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB3722127-
CMYK0.8300.880.13
HSL116.91º78.23%48.63%-
HSV(B)116.91º87.78%86.67%-
XYZ26.8252.199.7-
YUV143.8762.0451.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.98%
GREEN value IS 221 (86.72% from 255) = 77.54%
BLUE value IS 27 (10.94% from 255) = 9.47%
R=12.98%
G=77.54%
B=9.47%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal37221270.8300.880.13116.9178.2348.63
Hex25DD1B53058D754e31
Octal453353312301301516511661
Binary1001011101110111011101001101011000110111101011001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25DD1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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