Html Css Color HEX #2AB325 Lime Green

📋 copy color: '#2AB325'

red 42 ◦ green 179 ◦ blue 37

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

Shades of Lime Green #2AB325

Tints of Lime Green #2AB325

RGB

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

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

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

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

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #2AB325: hue angle of 117.89º 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 #2AB325 is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 42 179 37 -
CMYK 0.77 0 0.79 0.30
HSL 117.89º 0.66% 0.42% -
HSV(B) 117.89º 0.79% 0.7% -
XYZ 17.41 32.87 7.18 -
YUV 121.85 80.11 71.05 -
System Red Green Blue C M Y K H S L
Decimal 42 179 37 0.77 0 0.79 0.30 117.89 0.66 0.42
Hex 2A B3 25 4D 0 4F 1E 76 42 2A
Octal 52 263 45 115 0 117 36 166 102 52
Binary 101010 10110011 100101 1001101 0 1001111 11110 1110110 1000010 101010

Color Harmonies of #2AB325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB325

Black with #2AB325

Text Example


Text Example

White with #2AB325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2AB325; }

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

 H1.HeaderClassName
 {
   color: #2AB325;
 }
 .AnyTagClassName
 {
   color: #2AB325;
 }
</style>

background-color css

<style>
 a { background-color: #2AB325; }

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

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

border-color css

<style>
 span { border-color: #2AB325; }

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

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