Html Css Color HEX #2AD73D Lime Green

📋 copy color: '#2AD73D'

red 42 ◦ green 215 ◦ blue 61

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

Shades of Lime Green #2AD73D

Tints of Lime Green #2AD73D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.18%

R = 13.21%
G = 67.61%
B = 19.18%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#2AD73D (or 0x2AD73D) is known color: Lime Green. HEX triplet: 2A, D7 and 3D. RGB value is (42,215,61). Sum of RGB (Red+Green+Blue) = 42+215+61=318 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.21% from 318); Green value is 215 (84.38% from 255 or 67.61% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 215 - color contains mainly: green. Hex color #2AD73D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD73D is #D528C2. Grayscale: #929292. Windows color (decimal): -13969603 or 4052778. OLE color: 4052778.

HSL color Cylindrical-coordinate representation of color #2AD73D: hue angle of 126.59º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD73D is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 42 215 61 -
CMYK 0.80 0 0.72 0.16
HSL 126.59º 0.68% 0.5% -
HSV(B) 126.59º 0.8% 0.84% -
XYZ 26.1 49.43 12.58 -
YUV 145.72 80.19 54.02 -
System Red Green Blue C M Y K H S L
Decimal 42 215 61 0.80 0 0.72 0.16 126.59 0.68 0.5
Hex 2A D7 3D 50 0 48 10 7F 44 32
Octal 52 327 75 120 0 110 20 177 104 62
Binary 101010 11010111 111101 1010000 0 1001000 10000 1111111 1000100 110010

Color Harmonies of #2AD73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD73D

Black with #2AD73D

Text Example


Text Example

White with #2AD73D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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