Html Css Color HEX #2AD814 Lime Green

📋 copy color: '#2AD814'

red 42 ◦ green 216 ◦ blue 20

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

Shades of Lime Green #2AD814

Tints of Lime Green #2AD814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.19%

R = 15.11%
G = 77.7%
B = 7.19%

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

#2AD814 (or 0x2AD814) is known color: Lime Green. HEX triplet: 2A, D8 and 14. RGB value is (42,216,20). Sum of RGB (Red+Green+Blue) = 42+216+20=278 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.11% from 278); Green value is 216 (84.77% from 255 or 77.70% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD814 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD814 is #D527EB. Grayscale: #8E8E8E. Windows color (decimal): -13969388 or 1366058. OLE color: 1366058.

HSL color Cylindrical-coordinate representation of color #2AD814: hue angle of 113.27º degrees, saturation: 0.83, 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 #2AD814 is Cyan = 0.81, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 42 216 20 -
CMYK 0.81 0 0.91 0.15
HSL 113.27º 0.83% 0.46% -
HSV(B) 113.27º 0.91% 0.85% -
XYZ 25.64 49.65 8.89 -
YUV 141.63 59.35 56.94 -
System Red Green Blue C M Y K H S L
Decimal 42 216 20 0.81 0 0.91 0.15 113.27 0.83 0.46
Hex 2A D8 14 51 0 5B F 71 53 2E
Octal 52 330 24 121 0 133 17 161 123 56
Binary 101010 11011000 10100 1010001 0 1011011 1111 1110001 1010011 101110

Color Harmonies of #2AD814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD814

Black with #2AD814

Text Example


Text Example

White with #2AD814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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