#25B536

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

Shades of Lime Green #25B536

Tints of Lime Green #25B536

Color information

#25B536 (or 0x25B536) is unknown color: approx Lime Green. HEX triplet: 25, B5 and 36. RGB value is (37,181,54). Sum of RGB (Red+Green+Blue) = 37+181+54=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 181 (71.09% from 255 or 66.54% from 272); Blue value is 54 (21.48% from 255 or 19.85% from 272); Max value from RGB is 181 - color contains mainly: green. Hex color #25B536 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25B536 is #DA4AC9. Grayscale: #7B7B7B. Windows color (decimal): -14305994 or 3585317. OLE color: 3585317.

HSL color Cylindrical-coordinate representation of color #25B536: hue angle of 127.08º 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 #25B536 is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB3718154-
CMYK0.8000.700.29
HSL127.08º66.06%42.75%-
HSV(B)127.08º79.56%70.98%-
XYZ17.9533.719.05-
YUV123.4788.7966.33-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.60%
GREEN value IS 181 (71.09% from 255) = 66.54%
BLUE value IS 54 (21.48% from 255) = 19.85%
R=13.60%
G=66.54%
B=19.85%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal37181540.8000.700.29127.0866.0642.75
Hex25B536500461D7f422b
Octal452656612001063517710253
Binary100101101101011101101010000010001101110111111111000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25B536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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