Html Css Color HEX #2AC84E Lime Green

📋 copy color: '#2AC84E'

red 42 ◦ green 200 ◦ blue 78

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

Shades of Lime Green #2AC84E

Tints of Lime Green #2AC84E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 62.5%

 BLUE value IS 78 (30.86% from 255) = 24.38%

R = 13.13%
G = 62.5%
B = 24.38%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#2AC84E (or 0x2AC84E) is known color: Lime Green. HEX triplet: 2A, C8 and 4E. RGB value is (42,200,78). Sum of RGB (Red+Green+Blue) = 42+200+78=320 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.12% from 320); Green value is 200 (78.52% from 255 or 62.5% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 200 - color contains mainly: green. Hex color #2AC84E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC84E is #D537B1. Grayscale: #8B8B8B. Windows color (decimal): -13973426 or 5163050. OLE color: 5163050.

HSL color Cylindrical-coordinate representation of color #2AC84E: hue angle of 133.67º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AC84E is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB 42 200 78 -
CMYK 0.79 0 0.61 0.22
HSL 133.67º 0.65% 0.47% -
HSV(B) 133.67º 0.79% 0.78% -
XYZ 22.98 42.35 14.17 -
YUV 138.85 93.65 58.92 -
System Red Green Blue C M Y K H S L
Decimal 42 200 78 0.79 0 0.61 0.22 133.67 0.65 0.47
Hex 2A C8 4E 4F 0 3D 16 86 41 2F
Octal 52 310 116 117 0 75 26 206 101 57
Binary 101010 11001000 1001110 1001111 0 111101 10110 10000110 1000001 101111

Color Harmonies of #2AC84E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC84E

Black with #2AC84E

Text Example


Text Example

White with #2AC84E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,200,78); }

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

background-color css

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

 a { background-color: rgb(42,200,78); }

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

border-color css

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

 span { border-color: rgb(42,200,78); }

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