Html Css Color HEX #2AB924 Lime Green

📋 copy color: '#2AB924'

red 42 ◦ green 185 ◦ blue 36

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

Shades of Lime Green #2AB924

Tints of Lime Green #2AB924

RGB

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

 GREEN value IS 185 (72.66% from 255) = 70.34%

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

R = 15.97%
G = 70.34%
B = 13.69%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#2AB924 (or 0x2AB924) is known color: Lime Green. HEX triplet: 2A, B9 and 24. RGB value is (42,185,36). Sum of RGB (Red+Green+Blue) = 42+185+36=263 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.97% from 263); Green value is 185 (72.66% from 255 or 70.34% from 263); Blue value is 36 (14.45% from 255 or 13.69% from 263); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB924 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB924 is #D546DB. Grayscale: #7D7D7D. Windows color (decimal): -13977308 or 2406698. OLE color: 2406698.

HSL color Cylindrical-coordinate representation of color #2AB924: hue angle of 117.58º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AB924 is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 42 185 36 -
CMYK 0.77 0 0.81 0.27
HSL 117.58º 0.67% 0.43% -
HSV(B) 117.58º 0.81% 0.73% -
XYZ 18.62 35.32 7.5 -
YUV 125.26 77.62 68.62 -
System Red Green Blue C M Y K H S L
Decimal 42 185 36 0.77 0 0.81 0.27 117.58 0.67 0.43
Hex 2A B9 24 4D 0 51 1B 76 43 2B
Octal 52 271 44 115 0 121 33 166 103 53
Binary 101010 10111001 100100 1001101 0 1010001 11011 1110110 1000011 101011

Color Harmonies of #2AB924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB924

Black with #2AB924

Text Example


Text Example

White with #2AB924

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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