#25d60f

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

Shades of Lime Green #25D60F

Tints of Lime Green #25D60F

Color information

#25D60F (or 0x25D60F) is unknown color: approx Lime Green. HEX triplet: 25, D6 and 0F. RGB value is (37,214,15). Sum of RGB (Red+Green+Blue) = 37+214+15=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 214 (83.98% from 255 or 80.45% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 214 - color contains mainly: green. Hex color #25D60F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25D60F is #DA29F0. Grayscale: #8B8B8B. Windows color (decimal): -14297585 or 1037861. OLE color: 1037861.

HSL color Cylindrical-coordinate representation of color #25D60F: hue angle of 113.37º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #25D60F is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB3721415-
CMYK0.8300.930.16
HSL113.37º86.9%44.9%-
HSV(B)113.37º92.99%83.92%-
XYZ24.948.528.51-
YUV138.3958.3655.68-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.91%
GREEN value IS 214 (83.98% from 255) = 80.45%
BLUE value IS 15 (6.25% from 255) = 5.64%
R=13.91%
G=80.45%
B=5.64%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal37214150.8300.930.16113.3786.944.9
Hex25D6F5305D1071572d
Octal453261712301352016112755
Binary1001011101011011111010011010111011000011100011010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25d60f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,214,15); }

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

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

 a { background-color: rgb(37,214,15); }

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

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

 span { border-color: rgb(37,214,15); }

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