#25B413

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

Shades of Lime Green #25B413

Tints of Lime Green #25B413

Color information

#25B413 (or 0x25B413) is unknown color: approx Lime Green. HEX triplet: 25, B4 and 13. RGB value is (37,180,19). Sum of RGB (Red+Green+Blue) = 37+180+19=236 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.68% from 236); Green value is 180 (70.70% from 255 or 76.27% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 180 - color contains mainly: green. Hex color #25B413 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25B413 is #DA4BEC. Grayscale: #777777. Windows color (decimal): -14306285 or 1291301. OLE color: 1291301.

HSL color Cylindrical-coordinate representation of color #25B413: hue angle of 113.29º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #25B413 is Cyan = 0.79, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB3718019-
CMYK0.7900.890.29
HSL113.29º80.9%39.02%-
HSV(B)113.29º89.44%70.59%-
XYZ17.233.086.1-
YUV118.8971.6269.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.68%
GREEN value IS 180 (70.70% from 255) = 76.27%
BLUE value IS 19 (7.81% from 255) = 8.05%
R=15.68%
G=76.27%
B=8.05%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal37180190.7900.890.29113.2980.939.02
Hex25B4134F0591D715127
Octal452642311701313516112147
Binary10010110110100100111001111010110011110111100011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25B413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,180,19); }

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

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

 a { background-color: rgb(37,180,19); }

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

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

 span { border-color: rgb(37,180,19); }

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