Html Css Color HEX #2AD73B Lime Green

📋 copy color: '#2AD73B'

red 42 ◦ green 215 ◦ blue 59

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

Shades of Lime Green #2AD73B

Tints of Lime Green #2AD73B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.67%

R = 13.29%
G = 68.04%
B = 18.67%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#2AD73B (or 0x2AD73B) is known color: Lime Green. HEX triplet: 2A, D7 and 3B. RGB value is (42,215,59). Sum of RGB (Red+Green+Blue) = 42+215+59=316 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.29% from 316); Green value is 215 (84.38% from 255 or 68.04% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 215 - color contains mainly: green. Hex color #2AD73B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD73B is #D528C4. Grayscale: #919191. Windows color (decimal): -13969605 or 3921706. OLE color: 3921706.

HSL color Cylindrical-coordinate representation of color #2AD73B: hue angle of 125.9º 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 #2AD73B is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 42 215 59 -
CMYK 0.80 0 0.73 0.16
HSL 125.9º 0.68% 0.5% -
HSV(B) 125.9º 0.8% 0.84% -
XYZ 26.04 49.41 12.3 -
YUV 145.49 79.19 54.18 -
System Red Green Blue C M Y K H S L
Decimal 42 215 59 0.80 0 0.73 0.16 125.9 0.68 0.5
Hex 2A D7 3B 50 0 49 10 7E 44 32
Octal 52 327 73 120 0 111 20 176 104 62
Binary 101010 11010111 111011 1010000 0 1001001 10000 1111110 1000100 110010

Color Harmonies of #2AD73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD73B

Black with #2AD73B

Text Example


Text Example

White with #2AD73B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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