Html Css Color HEX #2AD714 Lime Green

📋 copy color: '#2AD714'

red 42 ◦ green 215 ◦ blue 20

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

Shades of Lime Green #2AD714

Tints of Lime Green #2AD714

RGB

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

 GREEN value IS 215 (84.38% from 255) = 77.62%

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

R = 15.16%
G = 77.62%
B = 7.22%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#2AD714 (or 0x2AD714) is known color: Lime Green. HEX triplet: 2A, D7 and 14. RGB value is (42,215,20). Sum of RGB (Red+Green+Blue) = 42+215+20=277 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.16% from 277); Green value is 215 (84.38% from 255 or 77.62% from 277); Blue value is 20 (8.20% from 255 or 7.22% from 277); Max value from RGB is 215 - color contains mainly: green. Hex color #2AD714 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD714 is #D528EB. Grayscale: #8D8D8D. Windows color (decimal): -13969644 or 1365802. OLE color: 1365802.

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

Color convert

RGB 42 215 20 -
CMYK 0.80 0 0.91 0.16
HSL 113.23º 0.83% 0.46% -
HSV(B) 113.23º 0.91% 0.84% -
XYZ 25.38 49.14 8.81 -
YUV 141.04 59.69 57.36 -
System Red Green Blue C M Y K H S L
Decimal 42 215 20 0.80 0 0.91 0.16 113.23 0.83 0.46
Hex 2A D7 14 50 0 5B 10 71 53 2E
Octal 52 327 24 120 0 133 20 161 123 56
Binary 101010 11010111 10100 1010000 0 1011011 10000 1110001 1010011 101110

Color Harmonies of #2AD714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD714

Black with #2AD714

Text Example


Text Example

White with #2AD714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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