#25cf00

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

Shades of Kelly Green #25CF00

Tints of Kelly Green #25CF00

Color information

#25CF00 (or 0x25CF00) is unknown color: approx Kelly Green. HEX triplet: 25, CF and 00. RGB value is (37,207,0). Sum of RGB (Red+Green+Blue) = 37+207+0=244 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.16% from 244); Green value is 207 (81.25% from 255 or 84.84% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 207 - color contains mainly: green. Hex color #25CF00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25CF00 is #DA30FF. Grayscale: #858585. Windows color (decimal): -14299392 or 53029. OLE color: 53029.

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

Color convert

RGB372070-
CMYK0.82010.19
HSL109.28º100%40.59%-
HSV(B)109.28º100%81.18%-
XYZ23.0845.027.47-
YUV132.5753.1859.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.16%
GREEN value IS 207 (81.25% from 255) = 84.84%
BLUE value IS 0 (0.39% from 255) = 0%
R=15.16%
G=84.84%
B=0%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal3720700.82010.19109.2810040.59
Hex25CF052064136d6429
Octal45317012201442315514451
Binary1001011100111101010010011001001001111011011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25cf00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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