Html Css Color HEX #2AB024 Lime Green

📋 copy color: '#2AB024'

red 42 ◦ green 176 ◦ blue 36

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

Shades of Lime Green #2AB024

Tints of Lime Green #2AB024

RGB

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

 GREEN value IS 176 (69.14% from 255) = 69.29%

 BLUE value IS 36 (14.45% from 255) = 14.17%

R = 16.54%
G = 69.29%
B = 14.17%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#2AB024 (or 0x2AB024) is known color: Lime Green. HEX triplet: 2A, B0 and 24. RGB value is (42,176,36). Sum of RGB (Red+Green+Blue) = 42+176+36=254 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.54% from 254); Green value is 176 (69.14% from 255 or 69.29% from 254); Blue value is 36 (14.45% from 255 or 14.17% from 254); Max value from RGB is 176 - color contains mainly: green. Hex color #2AB024 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AB024 is #D54FDB. Grayscale: #787878. Windows color (decimal): -13979612 or 2404394. OLE color: 2404394.

HSL color Cylindrical-coordinate representation of color #2AB024: hue angle of 117.43º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AB024 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 42 176 36 -
CMYK 0.76 0 0.80 0.31
HSL 117.43º 0.66% 0.42% -
HSV(B) 117.43º 0.8% 0.69% -
XYZ 16.8 31.67 6.9 -
YUV 119.97 80.61 72.38 -
System Red Green Blue C M Y K H S L
Decimal 42 176 36 0.76 0 0.80 0.31 117.43 0.66 0.42
Hex 2A B0 24 4C 0 50 1F 75 42 2A
Octal 52 260 44 114 0 120 37 165 102 52
Binary 101010 10110000 100100 1001100 0 1010000 11111 1110101 1000010 101010

Color Harmonies of #2AB024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB024

Black with #2AB024

Text Example


Text Example

White with #2AB024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,176,36); }

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

background-color css

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

 a { background-color: rgb(42,176,36); }

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

border-color css

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

 span { border-color: rgb(42,176,36); }

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