#25B41A

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

Shades of Lime Green #25B41A

Tints of Lime Green #25B41A

Color information

#25B41A (or 0x25B41A) is unknown color: approx Lime Green. HEX triplet: 25, B4 and 1A. RGB value is (37,180,26). Sum of RGB (Red+Green+Blue) = 37+180+26=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 180 (70.70% from 255 or 74.07% from 243); Blue value is 26 (10.55% from 255 or 10.70% from 243); Max value from RGB is 180 - color contains mainly: green. Hex color #25B41A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25B41A is #DA4BE5. Grayscale: #787878. Windows color (decimal): -14306278 or 1750053. OLE color: 1750053.

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

Color convert

RGB3718026-
CMYK0.7900.860.29
HSL115.71º74.76%40.39%-
HSV(B)115.71º85.56%70.59%-
XYZ17.2733.116.46-
YUV119.6975.1269.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.23%
GREEN value IS 180 (70.70% from 255) = 74.07%
BLUE value IS 26 (10.55% from 255) = 10.70%
R=15.23%
G=74.07%
B=10.70%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal37180260.7900.860.29115.7174.7640.39
Hex25B41A4F0561D744b28
Octal452643211701263516411350
Binary10010110110100110101001111010101101110111101001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25B41A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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