Html Css Color HEX #2AD71C Lime Green

📋 copy color: '#2AD71C'

red 42 ◦ green 215 ◦ blue 28

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

Shades of Lime Green #2AD71C

Tints of Lime Green #2AD71C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.82%

R = 14.74%
G = 75.44%
B = 9.82%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#2AD71C (or 0x2AD71C) is known color: Lime Green. HEX triplet: 2A, D7 and 1C. RGB value is (42,215,28). Sum of RGB (Red+Green+Blue) = 42+215+28=285 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.74% from 285); Green value is 215 (84.38% from 255 or 75.44% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 215 - color contains mainly: green. Hex color #2AD71C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD71C is #D528E3. Grayscale: #8E8E8E. Windows color (decimal): -13969636 or 1890090. OLE color: 1890090.

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

Color convert

RGB 42 215 28 -
CMYK 0.80 0 0.87 0.16
HSL 115.51º 0.77% 0.48% -
HSV(B) 115.51º 0.87% 0.84% -
XYZ 25.46 49.18 9.25 -
YUV 141.96 63.69 56.71 -
System Red Green Blue C M Y K H S L
Decimal 42 215 28 0.80 0 0.87 0.16 115.51 0.77 0.48
Hex 2A D7 1C 50 0 57 10 74 4D 30
Octal 52 327 34 120 0 127 20 164 115 60
Binary 101010 11010111 11100 1010000 0 1010111 10000 1110100 1001101 110000

Color Harmonies of #2AD71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD71C

Black with #2AD71C

Text Example


Text Example

White with #2AD71C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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