Html Css Color HEX #2AD715 Lime Green

📋 copy color: '#2AD715'

red 42 ◦ green 215 ◦ blue 21

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

Shades of Lime Green #2AD715

Tints of Lime Green #2AD715

RGB

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

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

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

R = 15.11%
G = 77.34%
B = 7.55%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#2AD715 (or 0x2AD715) is known color: Lime Green. HEX triplet: 2A, D7 and 15. RGB value is (42,215,21). Sum of RGB (Red+Green+Blue) = 42+215+21=278 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.11% from 278); Green value is 215 (84.38% from 255 or 77.34% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 215 - color contains mainly: green. Hex color #2AD715 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD715 is #D528EA. Grayscale: #8D8D8D. Windows color (decimal): -13969643 or 1431338. OLE color: 1431338.

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

Color convert

RGB 42 215 21 -
CMYK 0.80 0 0.90 0.16
HSL 113.51º 0.82% 0.46% -
HSV(B) 113.51º 0.9% 0.84% -
XYZ 25.39 49.15 8.86 -
YUV 141.16 60.19 57.27 -
System Red Green Blue C M Y K H S L
Decimal 42 215 21 0.80 0 0.90 0.16 113.51 0.82 0.46
Hex 2A D7 15 50 0 5A 10 72 52 2E
Octal 52 327 25 120 0 132 20 162 122 56
Binary 101010 11010111 10101 1010000 0 1011010 10000 1110010 1010010 101110

Color Harmonies of #2AD715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD715

Black with #2AD715

Text Example


Text Example

White with #2AD715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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