#25B31A

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

Shades of Lime Green #25B31A

Tints of Lime Green #25B31A

Color information

#25B31A (or 0x25B31A) is unknown color: approx Lime Green. HEX triplet: 25, B3 and 1A. RGB value is (37,179,26). Sum of RGB (Red+Green+Blue) = 37+179+26=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 179 (70.31% from 255 or 73.97% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 179 - color contains mainly: green. Hex color #25B31A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25B31A is #DA4CE5. Grayscale: #777777. Windows color (decimal): -14306534 or 1749797. OLE color: 1749797.

HSL color Cylindrical-coordinate representation of color #25B31A: hue angle of 115.69º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25B31A is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB3717926-
CMYK0.7900.850.30
HSL115.69º74.63%40.2%-
HSV(B)115.69º85.47%70.2%-
XYZ17.0732.716.39-
YUV119.175.4669.44-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.29%
GREEN value IS 179 (70.31% from 255) = 73.97%
BLUE value IS 26 (10.55% from 255) = 10.74%
R=15.29%
G=73.97%
B=10.74%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal37179260.7900.850.30115.6974.6340.2
Hex25B31A4F0551E744b28
Octal452633211701253616411350
Binary10010110110011110101001111010101011111011101001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25B31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,179,26); }

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

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

 a { background-color: rgb(37,179,26); }

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

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

 span { border-color: rgb(37,179,26); }

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