Html Css Color HEX #2AD813 Lime Green

📋 copy color: '#2AD813'

red 42 ◦ green 216 ◦ blue 19

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

Shades of Lime Green #2AD813

Tints of Lime Green #2AD813

RGB

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

 GREEN value IS 216 (84.77% from 255) = 77.98%

 BLUE value IS 19 (7.81% from 255) = 6.86%

R = 15.16%
G = 77.98%
B = 6.86%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#2AD813 (or 0x2AD813) is known color: Lime Green. HEX triplet: 2A, D8 and 13. RGB value is (42,216,19). Sum of RGB (Red+Green+Blue) = 42+216+19=277 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.16% from 277); Green value is 216 (84.77% from 255 or 77.98% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD813 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD813 is #D527EC. Grayscale: #8E8E8E. Windows color (decimal): -13969389 or 1300522. OLE color: 1300522.

HSL color Cylindrical-coordinate representation of color #2AD813: hue angle of 112.99º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2AD813 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 42 216 19 -
CMYK 0.81 0 0.91 0.15
HSL 112.99º 0.84% 0.46% -
HSV(B) 112.99º 0.91% 0.85% -
XYZ 25.63 49.65 8.85 -
YUV 141.52 58.85 57.02 -
System Red Green Blue C M Y K H S L
Decimal 42 216 19 0.81 0 0.91 0.15 112.99 0.84 0.46
Hex 2A D8 13 51 0 5B F 71 54 2E
Octal 52 330 23 121 0 133 17 161 124 56
Binary 101010 11011000 10011 1010001 0 1011011 1111 1110001 1010100 101110

Color Harmonies of #2AD813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD813

Black with #2AD813

Text Example


Text Example

White with #2AD813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,216,19); }

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

background-color css

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

 a { background-color: rgb(42,216,19); }

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

border-color css

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

 span { border-color: rgb(42,216,19); }

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