Html Css Color HEX #25B529 Lime Green

📋 copy color: '#25B529'

red 37 ◦ green 181 ◦ blue 41

#25B529
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #25B529

Tints of Lime Green #25B529

RGB

 RED value IS 37 (14.84% from 255) = 14.29%

 GREEN value IS 181 (71.09% from 255) = 69.88%

 BLUE value IS 41 (16.41% from 255) = 15.83%

R = 14.29%
G = 69.88%
B = 15.83%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#25B529 (or 0x25B529) is known color: Lime Green. HEX triplet: 25, B5 and 29. RGB value is (37,181,41). Sum of RGB (Red+Green+Blue) = 37+181+41=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 181 (71.09% from 255 or 69.88% from 259); Blue value is 41 (16.41% from 255 or 15.83% from 259); Max value from RGB is 181 - color contains mainly: green. Hex color #25B529 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25B529 is #DA4AD6. Grayscale: #7A7A7A. Windows color (decimal): -14306007 or 2733349. OLE color: 2733349.

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

Color convert

RGB 37 181 41 -
CMYK 0.80 0 0.77 0.29
HSL 121.67º 0.66% 0.43% -
HSV(B) 121.67º 0.8% 0.71% -
XYZ 17.69 33.6 7.65 -
YUV 121.98 82.29 67.38 -
System Red Green Blue C M Y K H S L
Decimal 37 181 41 0.80 0 0.77 0.29 121.67 0.66 0.43
Hex 25 B5 29 50 0 4D 1D 7A 42 2B
Octal 45 265 51 120 0 115 35 172 102 53
Binary 100101 10110101 101001 1010000 0 1001101 11101 1111010 1000010 101011

Color Harmonies of #25B529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25B529

Black with #25B529

Text Example


Text Example

White with #25B529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25B529;
 }
 .AnyTagClassName
 {
   color: #25B529;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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