#25B429

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

Shades of Lime Green #25B429

Tints of Lime Green #25B429

Color information

#25B429 (or 0x25B429) is unknown color: approx Lime Green. HEX triplet: 25, B4 and 29. RGB value is (37,180,41). Sum of RGB (Red+Green+Blue) = 37+180+41=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 180 (70.70% from 255 or 69.77% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 180 - color contains mainly: green. Hex color #25B429 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25B429 is #DA4BD6. Grayscale: #797979. Windows color (decimal): -14306263 or 2733093. OLE color: 2733093.

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

Color convert

RGB3718041-
CMYK0.7900.770.29
HSL121.68º65.9%42.55%-
HSV(B)121.68º79.44%70.59%-
XYZ17.4833.27.58-
YUV121.482.6267.8-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.34%
GREEN value IS 180 (70.70% from 255) = 69.77%
BLUE value IS 41 (16.41% from 255) = 15.89%
R=14.34%
G=69.77%
B=15.89%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal37180410.7900.770.29121.6865.942.55
Hex25B4294F04D1D7a422b
Octal452645111701153517210253
Binary100101101101001010011001111010011011110111110101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25B429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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