Html Css Color HEX #2AD83A Lime Green

📋 copy color: '#2AD83A'

red 42 ◦ green 216 ◦ blue 58

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

Shades of Lime Green #2AD83A

Tints of Lime Green #2AD83A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 68.35%

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

R = 13.29%
G = 68.35%
B = 18.35%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#2AD83A (or 0x2AD83A) is known color: Lime Green. HEX triplet: 2A, D8 and 3A. RGB value is (42,216,58). Sum of RGB (Red+Green+Blue) = 42+216+58=316 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.29% from 316); Green value is 216 (84.77% from 255 or 68.35% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD83A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD83A is #D527C5. Grayscale: #929292. Windows color (decimal): -13969350 or 3856426. OLE color: 3856426.

HSL color Cylindrical-coordinate representation of color #2AD83A: hue angle of 125.52º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AD83A is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 42 216 58 -
CMYK 0.81 0 0.73 0.15
HSL 125.52º 0.69% 0.51% -
HSV(B) 125.52º 0.81% 0.85% -
XYZ 26.27 49.91 12.25 -
YUV 145.96 78.35 53.85 -
System Red Green Blue C M Y K H S L
Decimal 42 216 58 0.81 0 0.73 0.15 125.52 0.69 0.51
Hex 2A D8 3A 51 0 49 F 7E 45 33
Octal 52 330 72 121 0 111 17 176 105 63
Binary 101010 11011000 111010 1010001 0 1001001 1111 1111110 1000101 110011

Color Harmonies of #2AD83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD83A

Black with #2AD83A

Text Example


Text Example

White with #2AD83A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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