Html Css Color HEX #2AB82E Lime Green

📋 copy color: '#2AB82E'

red 42 ◦ green 184 ◦ blue 46

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

Shades of Lime Green #2AB82E

Tints of Lime Green #2AB82E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.91%

R = 15.44%
G = 67.65%
B = 16.91%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#2AB82E (or 0x2AB82E) is known color: Lime Green. HEX triplet: 2A, B8 and 2E. RGB value is (42,184,46). Sum of RGB (Red+Green+Blue) = 42+184+46=272 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.44% from 272); Green value is 184 (72.27% from 255 or 67.65% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 184 - color contains mainly: green. Hex color #2AB82E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB82E is #D547D1. Grayscale: #7E7E7E. Windows color (decimal): -13977554 or 3061802. OLE color: 3061802.

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

Color convert

RGB 42 184 46 -
CMYK 0.77 0 0.75 0.28
HSL 121.69º 0.63% 0.44% -
HSV(B) 121.69º 0.77% 0.72% -
XYZ 18.59 34.97 8.36 -
YUV 125.81 82.96 68.22 -
System Red Green Blue C M Y K H S L
Decimal 42 184 46 0.77 0 0.75 0.28 121.69 0.63 0.44
Hex 2A B8 2E 4D 0 4B 1C 7A 3F 2C
Octal 52 270 56 115 0 113 34 172 77 54
Binary 101010 10111000 101110 1001101 0 1001011 11100 1111010 111111 101100

Color Harmonies of #2AB82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AB82E

Black with #2AB82E

Text Example


Text Example

White with #2AB82E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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