Html Css Color HEX #2AD83B Lime Green

📋 copy color: '#2AD83B'

red 42 ◦ green 216 ◦ blue 59

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

Shades of Lime Green #2AD83B

Tints of Lime Green #2AD83B

RGB

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

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

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

R = 13.25%
G = 68.14%
B = 18.61%

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

#2AD83B (or 0x2AD83B) is known color: Lime Green. HEX triplet: 2A, D8 and 3B. RGB value is (42,216,59). Sum of RGB (Red+Green+Blue) = 42+216+59=317 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.25% from 317); Green value is 216 (84.77% from 255 or 68.14% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD83B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD83B is #D527C4. Grayscale: #929292. Windows color (decimal): -13969349 or 3921962. OLE color: 3921962.

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

Color convert

RGB 42 216 59 -
CMYK 0.81 0 0.73 0.15
HSL 125.86º 0.69% 0.51% -
HSV(B) 125.86º 0.81% 0.85% -
XYZ 26.3 49.92 12.39 -
YUV 146.08 78.85 53.77 -
System Red Green Blue C M Y K H S L
Decimal 42 216 59 0.81 0 0.73 0.15 125.86 0.69 0.51
Hex 2A D8 3B 51 0 49 F 7E 45 33
Octal 52 330 73 121 0 111 17 176 105 63
Binary 101010 11011000 111011 1010001 0 1001001 1111 1111110 1000101 110011

Color Harmonies of #2AD83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD83B

Black with #2AD83B

Text Example


Text Example

White with #2AD83B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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