Html Css Color HEX #2AD516 Lime Green

📋 copy color: '#2AD516'

red 42 ◦ green 213 ◦ blue 22

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

Shades of Lime Green #2AD516

Tints of Lime Green #2AD516

RGB

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

 GREEN value IS 213 (83.59% from 255) = 76.9%

 BLUE value IS 22 (8.98% from 255) = 7.94%

R = 15.16%
G = 76.9%
B = 7.94%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#2AD516 (or 0x2AD516) is known color: Lime Green. HEX triplet: 2A, D5 and 16. RGB value is (42,213,22). Sum of RGB (Red+Green+Blue) = 42+213+22=277 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.16% from 277); Green value is 213 (83.59% from 255 or 76.90% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 213 - color contains mainly: green. Hex color #2AD516 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD516 is #D52AE9. Grayscale: #8C8C8C. Windows color (decimal): -13970154 or 1496362. OLE color: 1496362.

HSL color Cylindrical-coordinate representation of color #2AD516: hue angle of 113.72º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2AD516 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 42 213 22 -
CMYK 0.80 0 0.90 0.16
HSL 113.72º 0.81% 0.46% -
HSV(B) 113.72º 0.9% 0.84% -
XYZ 24.89 48.14 8.74 -
YUV 140.1 61.35 58.03 -
System Red Green Blue C M Y K H S L
Decimal 42 213 22 0.80 0 0.90 0.16 113.72 0.81 0.46
Hex 2A D5 16 50 0 5A 10 72 51 2E
Octal 52 325 26 120 0 132 20 162 121 56
Binary 101010 11010101 10110 1010000 0 1011010 10000 1110010 1010001 101110

Color Harmonies of #2AD516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD516

Black with #2AD516

Text Example


Text Example

White with #2AD516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,213,22); }

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

background-color css

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

 a { background-color: rgb(42,213,22); }

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

border-color css

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

 span { border-color: rgb(42,213,22); }

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