Html Css Color HEX #2AB846 Lime Green

📋 copy color: '#2AB846'

red 42 ◦ green 184 ◦ blue 70

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

Shades of Lime Green #2AB846

Tints of Lime Green #2AB846

RGB

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

 GREEN value IS 184 (72.27% from 255) = 62.16%

 BLUE value IS 70 (27.73% from 255) = 23.65%

R = 14.19%
G = 62.16%
B = 23.65%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#2AB846 (or 0x2AB846) is known color: Lime Green. HEX triplet: 2A, B8 and 46. RGB value is (42,184,70). Sum of RGB (Red+Green+Blue) = 42+184+70=296 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.19% from 296); Green value is 184 (72.27% from 255 or 62.16% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 184 - color contains mainly: green. Hex color #2AB846 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB846 is #D547B9. Grayscale: #808080. Windows color (decimal): -13977530 or 4634666. OLE color: 4634666.

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

Color convert

RGB 42 184 70 -
CMYK 0.77 0 0.62 0.28
HSL 131.83º 0.63% 0.44% -
HSV(B) 131.83º 0.77% 0.72% -
XYZ 19.2 35.22 11.58 -
YUV 128.55 94.96 66.27 -
System Red Green Blue C M Y K H S L
Decimal 42 184 70 0.77 0 0.62 0.28 131.83 0.63 0.44
Hex 2A B8 46 4D 0 3E 1C 84 3F 2C
Octal 52 270 106 115 0 76 34 204 77 54
Binary 101010 10111000 1000110 1001101 0 111110 11100 10000100 111111 101100

Color Harmonies of #2AB846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB846

Black with #2AB846

Text Example


Text Example

White with #2AB846

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,184,70); }

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

background-color css

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

 a { background-color: rgb(42,184,70); }

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

border-color css

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

 span { border-color: rgb(42,184,70); }

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