Html Css Color HEX #2AB419 Lime Green

📋 copy color: '#2AB419'

red 42 ◦ green 180 ◦ blue 25

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

Shades of Lime Green #2AB419

Tints of Lime Green #2AB419

RGB

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

 GREEN value IS 180 (70.7% from 255) = 72.87%

 BLUE value IS 25 (10.16% from 255) = 10.12%

R = 17%
G = 72.87%
B = 10.12%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#2AB419 (or 0x2AB419) is known color: Lime Green. HEX triplet: 2A, B4 and 19. RGB value is (42,180,25). Sum of RGB (Red+Green+Blue) = 42+180+25=247 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.00% from 247); Green value is 180 (70.70% from 255 or 72.87% from 247); Blue value is 25 (10.16% from 255 or 10.12% from 247); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB419 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB419 is #D54BE6. Grayscale: #797979. Windows color (decimal): -13978599 or 1684522. OLE color: 1684522.

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

Color convert

RGB 42 180 25 -
CMYK 0.77 0 0.86 0.29
HSL 113.42º 0.76% 0.4% -
HSV(B) 113.42º 0.86% 0.71% -
XYZ 17.45 33.2 6.41 -
YUV 121.07 73.78 71.6 -
System Red Green Blue C M Y K H S L
Decimal 42 180 25 0.77 0 0.86 0.29 113.42 0.76 0.4
Hex 2A B4 19 4D 0 56 1D 71 4C 28
Octal 52 264 31 115 0 126 35 161 114 50
Binary 101010 10110100 11001 1001101 0 1010110 11101 1110001 1001100 101000

Color Harmonies of #2AB419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB419

Black with #2AB419

Text Example


Text Example

White with #2AB419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,180,25); }

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

background-color css

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

 a { background-color: rgb(42,180,25); }

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

border-color css

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

 span { border-color: rgb(42,180,25); }

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