#25CF0D

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

Shades of Lime Green #25CF0D

Tints of Lime Green #25CF0D

Color information

#25CF0D (or 0x25CF0D) is unknown color: approx Lime Green. HEX triplet: 25, CF and 0D. RGB value is (37,207,13). Sum of RGB (Red+Green+Blue) = 37+207+13=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 207 (81.25% from 255 or 80.54% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 207 - color contains mainly: green. Hex color #25CF0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25CF0D is #DA30F2. Grayscale: #868686. Windows color (decimal): -14299379 or 904997. OLE color: 904997.

HSL color Cylindrical-coordinate representation of color #25CF0D: hue angle of 112.58º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #25CF0D is Cyan = 0.82, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB3720713-
CMYK0.8200.940.19
HSL112.58º88.18%43.14%-
HSV(B)112.58º93.72%81.18%-
XYZ23.1545.057.86-
YUV134.0559.6858.77-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.40%
GREEN value IS 207 (81.25% from 255) = 80.54%
BLUE value IS 13 (5.47% from 255) = 5.06%
R=14.40%
G=80.54%
B=5.06%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal37207130.8200.940.19112.5888.1843.14
Hex25CFD5205E1371582b
Octal453171512201362316113053
Binary1001011100111111011010010010111101001111100011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25CF0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,207,13); }

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

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

 a { background-color: rgb(37,207,13); }

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

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

 span { border-color: rgb(37,207,13); }

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