#25B829

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

Shades of Lime Green #25B829

Tints of Lime Green #25B829

Color information

#25B829 (or 0x25B829) is unknown color: approx Lime Green. HEX triplet: 25, B8 and 29. RGB value is (37,184,41). Sum of RGB (Red+Green+Blue) = 37+184+41=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 184 (72.27% from 255 or 70.23% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 184 - color contains mainly: green. Hex color #25B829 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25B829 is #DA47D6. Grayscale: #7C7C7C. Windows color (decimal): -14305239 or 2734117. OLE color: 2734117.

HSL color Cylindrical-coordinate representation of color #25B829: hue angle of 121.63º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25B829 is Cyan = 0.80, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB3718441-
CMYK0.8000.780.28
HSL121.63º66.52%43.33%-
HSV(B)121.63º79.89%72.16%-
XYZ18.334.837.86-
YUV123.7481.366.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.12%
GREEN value IS 184 (72.27% from 255) = 70.23%
BLUE value IS 41 (16.41% from 255) = 15.65%
R=14.12%
G=70.23%
B=15.65%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal37184410.8000.780.28121.6366.5243.33
Hex25B8295004E1C7a432b
Octal452705112001163417210353
Binary100101101110001010011010000010011101110011110101000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25B829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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