Html Css Color HEX #2ADA15 Lime Green

📋 copy color: '#2ADA15'

red 42 ◦ green 218 ◦ blue 21

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

Shades of Lime Green #2ADA15

Tints of Lime Green #2ADA15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.47%

R = 14.95%
G = 77.58%
B = 7.47%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#2ADA15 (or 0x2ADA15) is known color: Lime Green. HEX triplet: 2A, DA and 15. RGB value is (42,218,21). Sum of RGB (Red+Green+Blue) = 42+218+21=281 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.95% from 281); Green value is 218 (85.55% from 255 or 77.58% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADA15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ADA15 is #D525EA. Grayscale: #8F8F8F. Windows color (decimal): -13968875 or 1432106. OLE color: 1432106.

HSL color Cylindrical-coordinate representation of color #2ADA15: hue angle of 113.6º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2ADA15 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 42 218 21 -
CMYK 0.81 0 0.90 0.15
HSL 113.6º 0.82% 0.47% -
HSV(B) 113.6º 0.9% 0.85% -
XYZ 26.16 50.69 9.11 -
YUV 142.92 59.19 56.02 -
System Red Green Blue C M Y K H S L
Decimal 42 218 21 0.81 0 0.90 0.15 113.6 0.82 0.47
Hex 2A DA 15 51 0 5A F 72 52 2F
Octal 52 332 25 121 0 132 17 162 122 57
Binary 101010 11011010 10101 1010001 0 1011010 1111 1110010 1010010 101111

Color Harmonies of #2ADA15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADA15

Black with #2ADA15

Text Example


Text Example

White with #2ADA15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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