Html Css Color HEX #2AB517 Lime Green

📋 copy color: '#2AB517'

red 42 ◦ green 181 ◦ blue 23

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

Shades of Lime Green #2AB517

Tints of Lime Green #2AB517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.35%

R = 17.07%
G = 73.58%
B = 9.35%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#2AB517 (or 0x2AB517) is known color: Lime Green. HEX triplet: 2A, B5 and 17. RGB value is (42,181,23). Sum of RGB (Red+Green+Blue) = 42+181+23=246 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.07% from 246); Green value is 181 (71.09% from 255 or 73.58% from 246); Blue value is 23 (9.38% from 255 or 9.35% from 246); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB517 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB517 is #D54AE8. Grayscale: #797979. Windows color (decimal): -13978345 or 1553706. OLE color: 1553706.

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

Color convert

RGB 42 181 23 -
CMYK 0.77 0 0.87 0.29
HSL 112.78º 0.77% 0.4% -
HSV(B) 112.78º 0.87% 0.71% -
XYZ 17.63 33.6 6.37 -
YUV 121.43 72.45 71.35 -
System Red Green Blue C M Y K H S L
Decimal 42 181 23 0.77 0 0.87 0.29 112.78 0.77 0.4
Hex 2A B5 17 4D 0 57 1D 71 4D 28
Octal 52 265 27 115 0 127 35 161 115 50
Binary 101010 10110101 10111 1001101 0 1010111 11101 1110001 1001101 101000

Color Harmonies of #2AB517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB517

Black with #2AB517

Text Example


Text Example

White with #2AB517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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