Html Css Color HEX #2AB62C Lime Green

📋 copy color: '#2AB62C'

red 42 ◦ green 182 ◦ blue 44

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

Shades of Lime Green #2AB62C

Tints of Lime Green #2AB62C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 67.91%

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

R = 15.67%
G = 67.91%
B = 16.42%

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

#2AB62C (or 0x2AB62C) is known color: Lime Green. HEX triplet: 2A, B6 and 2C. RGB value is (42,182,44). Sum of RGB (Red+Green+Blue) = 42+182+44=268 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.67% from 268); Green value is 182 (71.48% from 255 or 67.91% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 182 - color contains mainly: green. Hex color #2AB62C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB62C is #D549D3. Grayscale: #7C7C7C. Windows color (decimal): -13978068 or 2930218. OLE color: 2930218.

HSL color Cylindrical-coordinate representation of color #2AB62C: hue angle of 120.86º 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 #2AB62C is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 42 182 44 -
CMYK 0.77 0 0.76 0.29
HSL 120.86º 0.63% 0.44% -
HSV(B) 120.86º 0.77% 0.71% -
XYZ 18.14 34.13 8.01 -
YUV 124.41 82.62 69.22 -
System Red Green Blue C M Y K H S L
Decimal 42 182 44 0.77 0 0.76 0.29 120.86 0.63 0.44
Hex 2A B6 2C 4D 0 4C 1D 79 3E 2C
Octal 52 266 54 115 0 114 35 171 76 54
Binary 101010 10110110 101100 1001101 0 1001100 11101 1111001 111110 101100

Color Harmonies of #2AB62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB62C

Black with #2AB62C

Text Example


Text Example

White with #2AB62C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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