Html Css Color HEX #2AB318 Lime Green

📋 copy color: '#2AB318'

red 42 ◦ green 179 ◦ blue 24

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

Shades of Lime Green #2AB318

Tints of Lime Green #2AB318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.8%

R = 17.14%
G = 73.06%
B = 9.8%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#2AB318 (or 0x2AB318) is known color: Lime Green. HEX triplet: 2A, B3 and 18. RGB value is (42,179,24). Sum of RGB (Red+Green+Blue) = 42+179+24=245 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.14% from 245); Green value is 179 (70.31% from 255 or 73.06% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB318 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB318 is #D54CE7. Grayscale: #787878. Windows color (decimal): -13978856 or 1618730. OLE color: 1618730.

HSL color Cylindrical-coordinate representation of color #2AB318: hue angle of 113.03º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2AB318 is Cyan = 0.77, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 42 179 24 -
CMYK 0.77 0 0.87 0.30
HSL 113.03º 0.76% 0.4% -
HSV(B) 113.03º 0.87% 0.7% -
XYZ 17.24 32.8 6.29 -
YUV 120.37 73.61 72.1 -
System Red Green Blue C M Y K H S L
Decimal 42 179 24 0.77 0 0.87 0.30 113.03 0.76 0.4
Hex 2A B3 18 4D 0 57 1E 71 4C 28
Octal 52 263 30 115 0 127 36 161 114 50
Binary 101010 10110011 11000 1001101 0 1010111 11110 1110001 1001100 101000

Color Harmonies of #2AB318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB318

Black with #2AB318

Text Example


Text Example

White with #2AB318

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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