Html Css Color HEX #2AD84C Lime Green

📋 copy color: '#2AD84C'

red 42 ◦ green 216 ◦ blue 76

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

Shades of Lime Green #2AD84C

Tints of Lime Green #2AD84C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.75%

R = 12.57%
G = 64.67%
B = 22.75%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#2AD84C (or 0x2AD84C) is known color: Lime Green. HEX triplet: 2A, D8 and 4C. RGB value is (42,216,76). Sum of RGB (Red+Green+Blue) = 42+216+76=334 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.57% from 334); Green value is 216 (84.77% from 255 or 64.67% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD84C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD84C is #D527B3. Grayscale: #949494. Windows color (decimal): -13969332 or 5036074. OLE color: 5036074.

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

Color convert

RGB 42 216 76 -
CMYK 0.81 0 0.65 0.15
HSL 131.72º 0.69% 0.51% -
HSV(B) 131.72º 0.81% 0.85% -
XYZ 26.82 50.13 15.1 -
YUV 148.01 87.35 52.38 -
System Red Green Blue C M Y K H S L
Decimal 42 216 76 0.81 0 0.65 0.15 131.72 0.69 0.51
Hex 2A D8 4C 51 0 41 F 84 45 33
Octal 52 330 114 121 0 101 17 204 105 63
Binary 101010 11011000 1001100 1010001 0 1000001 1111 10000100 1000101 110011

Color Harmonies of #2AD84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD84C

Black with #2AD84C

Text Example


Text Example

White with #2AD84C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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