#25D809

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

Shades of Lime Green #25D809

Tints of Lime Green #25D809

Color information

#25D809 (or 0x25D809) is unknown color: approx Lime Green. HEX triplet: 25, D8 and 09. RGB value is (37,216,9). Sum of RGB (Red+Green+Blue) = 37+216+9=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 216 (84.77% from 255 or 82.44% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 216 - color contains mainly: green. Hex color #25D809 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25D809 is #DA27F6. Grayscale: #8B8B8B. Windows color (decimal): -14297079 or 645157. OLE color: 645157.

HSL color Cylindrical-coordinate representation of color #25D809: hue angle of 111.88º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #25D809 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB372169-
CMYK0.8300.960.15
HSL111.88º92%44.12%-
HSV(B)111.88º95.83%84.71%-
XYZ25.3749.528.48-
YUV138.8854.755.33-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.12%
GREEN value IS 216 (84.77% from 255) = 82.44%
BLUE value IS 9 (3.91% from 255) = 3.44%
R=14.12%
G=82.44%
B=3.44%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal3721690.8300.960.15111.889244.12
Hex25D8953060F705c2c
Octal453301112301401716013454
Binary100101110110001001101001101100000111111100001011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25D809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,216,9); }

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

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

 a { background-color: rgb(37,216,9); }

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

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

 span { border-color: rgb(37,216,9); }

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