Html Css Color HEX #2ADA11 Lime Green

📋 copy color: '#2ADA11'

red 42 ◦ green 218 ◦ blue 17

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

Shades of Lime Green #2ADA11

Tints of Lime Green #2ADA11

RGB

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

 GREEN value IS 218 (85.55% from 255) = 78.7%

 BLUE value IS 17 (7.03% from 255) = 6.14%

R = 15.16%
G = 78.7%
B = 6.14%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#2ADA11 (or 0x2ADA11) is known color: Lime Green. HEX triplet: 2A, DA and 11. RGB value is (42,218,17). Sum of RGB (Red+Green+Blue) = 42+218+17=277 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.16% from 277); Green value is 218 (85.55% from 255 or 78.70% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADA11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ADA11 is #D525EE. Grayscale: #8F8F8F. Windows color (decimal): -13968879 or 1169962. OLE color: 1169962.

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

Color convert

RGB 42 218 17 -
CMYK 0.81 0 0.92 0.15
HSL 112.54º 0.86% 0.46% -
HSV(B) 112.54º 0.92% 0.85% -
XYZ 26.13 50.68 8.93 -
YUV 142.46 57.19 56.34 -
System Red Green Blue C M Y K H S L
Decimal 42 218 17 0.81 0 0.92 0.15 112.54 0.86 0.46
Hex 2A DA 11 51 0 5C F 71 56 2E
Octal 52 332 21 121 0 134 17 161 126 56
Binary 101010 11011010 10001 1010001 0 1011100 1111 1110001 1010110 101110

Color Harmonies of #2ADA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADA11

Black with #2ADA11

Text Example


Text Example

White with #2ADA11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,218,17); }

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

background-color css

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

 a { background-color: rgb(42,218,17); }

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

border-color css

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

 span { border-color: rgb(42,218,17); }

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