Html Css Color HEX #2AB624 Lime Green

📋 copy color: '#2AB624'

red 42 ◦ green 182 ◦ blue 36

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

Shades of Lime Green #2AB624

Tints of Lime Green #2AB624

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.85%

R = 16.15%
G = 70%
B = 13.85%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#2AB624 (or 0x2AB624) is known color: Lime Green. HEX triplet: 2A, B6 and 24. RGB value is (42,182,36). Sum of RGB (Red+Green+Blue) = 42+182+36=260 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.15% from 260); Green value is 182 (71.48% from 255 or 70% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 182 - color contains mainly: green. Hex color #2AB624 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB624 is #D549DB. Grayscale: #7B7B7B. Windows color (decimal): -13978076 or 2405930. OLE color: 2405930.

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

Color convert

RGB 42 182 36 -
CMYK 0.77 0 0.80 0.29
HSL 117.53º 0.67% 0.43% -
HSV(B) 117.53º 0.8% 0.71% -
XYZ 18 34.08 7.3 -
YUV 123.5 78.62 69.87 -
System Red Green Blue C M Y K H S L
Decimal 42 182 36 0.77 0 0.80 0.29 117.53 0.67 0.43
Hex 2A B6 24 4D 0 50 1D 76 43 2B
Octal 52 266 44 115 0 120 35 166 103 53
Binary 101010 10110110 100100 1001101 0 1010000 11101 1110110 1000011 101011

Color Harmonies of #2AB624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB624

Black with #2AB624

Text Example


Text Example

White with #2AB624

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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