Html Css Color HEX #2ADD1F Lime Green

📋 copy color: '#2ADD1F'

red 42 ◦ green 221 ◦ blue 31

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

Shades of Lime Green #2ADD1F

Tints of Lime Green #2ADD1F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 75.17%

 BLUE value IS 31 (12.5% from 255) = 10.54%

R = 14.29%
G = 75.17%
B = 10.54%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#2ADD1F (or 0x2ADD1F) is known color: Lime Green. HEX triplet: 2A, DD and 1F. RGB value is (42,221,31). Sum of RGB (Red+Green+Blue) = 42+221+31=294 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.29% from 294); Green value is 221 (86.72% from 255 or 75.17% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADD1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADD1F is #D522E0. Grayscale: #929292. Windows color (decimal): -13968097 or 2088234. OLE color: 2088234.

HSL color Cylindrical-coordinate representation of color #2ADD1F: hue angle of 116.53º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2ADD1F is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 42 221 31 -
CMYK 0.81 0 0.86 0.13
HSL 116.53º 0.75% 0.49% -
HSV(B) 116.53º 0.86% 0.87% -
XYZ 27.06 52.3 9.97 -
YUV 145.82 63.2 53.95 -
System Red Green Blue C M Y K H S L
Decimal 42 221 31 0.81 0 0.86 0.13 116.53 0.75 0.49
Hex 2A DD 1F 51 0 56 D 75 4B 31
Octal 52 335 37 121 0 126 15 165 113 61
Binary 101010 11011101 11111 1010001 0 1010110 1101 1110101 1001011 110001

Color Harmonies of #2ADD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADD1F

Black with #2ADD1F

Text Example


Text Example

White with #2ADD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,221,31); }

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

background-color css

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

 a { background-color: rgb(42,221,31); }

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

border-color css

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

 span { border-color: rgb(42,221,31); }

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