Html Css Color HEX #2AB525 Lime Green

📋 copy color: '#2AB525'

red 42 ◦ green 181 ◦ blue 37

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

Shades of Lime Green #2AB525

Tints of Lime Green #2AB525

RGB

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

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

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

R = 16.15%
G = 69.62%
B = 14.23%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#2AB525 (or 0x2AB525) is known color: Lime Green. HEX triplet: 2A, B5 and 25. RGB value is (42,181,37). Sum of RGB (Red+Green+Blue) = 42+181+37=260 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.15% from 260); Green value is 181 (71.09% from 255 or 69.62% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB525 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB525 is #D54ADA. Grayscale: #7B7B7B. Windows color (decimal): -13978331 or 2471210. OLE color: 2471210.

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

Color convert

RGB 42 181 37 -
CMYK 0.77 0 0.80 0.29
HSL 117.92º 0.66% 0.43% -
HSV(B) 117.92º 0.8% 0.71% -
XYZ 17.81 33.67 7.31 -
YUV 123.02 79.45 70.21 -
System Red Green Blue C M Y K H S L
Decimal 42 181 37 0.77 0 0.80 0.29 117.92 0.66 0.43
Hex 2A B5 25 4D 0 50 1D 76 42 2B
Octal 52 265 45 115 0 120 35 166 102 53
Binary 101010 10110101 100101 1001101 0 1010000 11101 1110110 1000010 101011

Color Harmonies of #2AB525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB525

Black with #2AB525

Text Example


Text Example

White with #2AB525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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