Html Css Color HEX #2AD73A Lime Green

📋 copy color: '#2AD73A'

red 42 ◦ green 215 ◦ blue 58

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

Shades of Lime Green #2AD73A

Tints of Lime Green #2AD73A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.41%

R = 13.33%
G = 68.25%
B = 18.41%

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

#2AD73A (or 0x2AD73A) is known color: Lime Green. HEX triplet: 2A, D7 and 3A. RGB value is (42,215,58). Sum of RGB (Red+Green+Blue) = 42+215+58=315 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.33% from 315); Green value is 215 (84.38% from 255 or 68.25% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 215 - color contains mainly: green. Hex color #2AD73A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD73A is #D528C5. Grayscale: #919191. Windows color (decimal): -13969606 or 3856170. OLE color: 3856170.

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

Color convert

RGB 42 215 58 -
CMYK 0.80 0 0.73 0.16
HSL 125.55º 0.68% 0.5% -
HSV(B) 125.55º 0.8% 0.84% -
XYZ 26.02 49.4 12.17 -
YUV 145.38 78.69 54.27 -
System Red Green Blue C M Y K H S L
Decimal 42 215 58 0.80 0 0.73 0.16 125.55 0.68 0.5
Hex 2A D7 3A 50 0 49 10 7E 44 32
Octal 52 327 72 120 0 111 20 176 104 62
Binary 101010 11010111 111010 1010000 0 1001001 10000 1111110 1000100 110010

Color Harmonies of #2AD73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD73A

Black with #2AD73A

Text Example


Text Example

White with #2AD73A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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