Html Css Color HEX #25B32A Lime Green

📋 copy color: '#25B32A'

red 37 ◦ green 179 ◦ blue 42

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

Shades of Lime Green #25B32A

Tints of Lime Green #25B32A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 69.38%

 BLUE value IS 42 (16.8% from 255) = 16.28%

R = 14.34%
G = 69.38%
B = 16.28%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#25B32A (or 0x25B32A) is known color: Lime Green. HEX triplet: 25, B3 and 2A. RGB value is (37,179,42). Sum of RGB (Red+Green+Blue) = 37+179+42=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 179 (70.31% from 255 or 69.38% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 179 - color contains mainly: green. Hex color #25B32A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25B32A is #DA4CD5. Grayscale: #797979. Windows color (decimal): -14306518 or 2798373. OLE color: 2798373.

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

Color convert

RGB 37 179 42 -
CMYK 0.79 0 0.77 0.30
HSL 122.11º 0.66% 0.42% -
HSV(B) 122.11º 0.79% 0.7% -
XYZ 17.3 32.8 7.61 -
YUV 120.92 83.46 68.14 -
System Red Green Blue C M Y K H S L
Decimal 37 179 42 0.79 0 0.77 0.30 122.11 0.66 0.42
Hex 25 B3 2A 4F 0 4D 1E 7A 42 2A
Octal 45 263 52 117 0 115 36 172 102 52
Binary 100101 10110011 101010 1001111 0 1001101 11110 1111010 1000010 101010

Color Harmonies of #25B32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25B32A

Black with #25B32A

Text Example


Text Example

White with #25B32A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,179,42); }

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

background-color css

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

 a { background-color: rgb(37,179,42); }

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

border-color css

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

 span { border-color: rgb(37,179,42); }

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