Html Css Color HEX #2AB42C Lime Green

📋 copy color: '#2AB42C'

red 42 ◦ green 180 ◦ blue 44

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

Shades of Lime Green #2AB42C

Tints of Lime Green #2AB42C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.54%

R = 15.79%
G = 67.67%
B = 16.54%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#2AB42C (or 0x2AB42C) is known color: Lime Green. HEX triplet: 2A, B4 and 2C. RGB value is (42,180,44). Sum of RGB (Red+Green+Blue) = 42+180+44=266 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.79% from 266); Green value is 180 (70.70% from 255 or 67.67% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB42C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB42C is #D54BD3. Grayscale: #7B7B7B. Windows color (decimal): -13978580 or 2929706. OLE color: 2929706.

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

Color convert

RGB 42 180 44 -
CMYK 0.77 0 0.76 0.29
HSL 120.87º 0.62% 0.44% -
HSV(B) 120.87º 0.77% 0.71% -
XYZ 17.73 33.32 7.88 -
YUV 123.23 83.28 70.06 -
System Red Green Blue C M Y K H S L
Decimal 42 180 44 0.77 0 0.76 0.29 120.87 0.62 0.44
Hex 2A B4 2C 4D 0 4C 1D 79 3E 2C
Octal 52 264 54 115 0 114 35 171 76 54
Binary 101010 10110100 101100 1001101 0 1001100 11101 1111001 111110 101100

Color Harmonies of #2AB42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB42C

Black with #2AB42C

Text Example


Text Example

White with #2AB42C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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