#25B526

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

Shades of Lime Green #25B526

Tints of Lime Green #25B526

Color information

#25B526 (or 0x25B526) is unknown color: approx Lime Green. HEX triplet: 25, B5 and 26. RGB value is (37,181,38). Sum of RGB (Red+Green+Blue) = 37+181+38=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 181 (71.09% from 255 or 70.70% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 181 - color contains mainly: green. Hex color #25B526 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25B526 is #DA4AD9. Grayscale: #7A7A7A. Windows color (decimal): -14306010 or 2536741. OLE color: 2536741.

HSL color Cylindrical-coordinate representation of color #25B526: hue angle of 120.42º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25B526 is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB3718138-
CMYK0.8000.790.29
HSL120.42º66.06%42.75%-
HSV(B)120.42º79.56%70.98%-
XYZ17.6433.587.39-
YUV121.6480.7967.63-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.45%
GREEN value IS 181 (71.09% from 255) = 70.70%
BLUE value IS 38 (15.23% from 255) = 14.84%
R=14.45%
G=70.70%
B=14.84%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal37181380.8000.790.29120.4266.0642.75
Hex25B5265004F1D78422b
Octal452654612001173517010253
Binary100101101101011001101010000010011111110111110001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25B526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,181,38); }

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

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

 a { background-color: rgb(37,181,38); }

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

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

 span { border-color: rgb(37,181,38); }

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