Html Css Color HEX #2AC810 Lime Green

📋 copy color: '#2AC810'

red 42 ◦ green 200 ◦ blue 16

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

Shades of Lime Green #2AC810

Tints of Lime Green #2AC810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.2%

R = 16.28%
G = 77.52%
B = 6.2%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#2AC810 (or 0x2AC810) is known color: Lime Green. HEX triplet: 2A, C8 and 10. RGB value is (42,200,16). Sum of RGB (Red+Green+Blue) = 42+200+16=258 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.28% from 258); Green value is 200 (78.52% from 255 or 77.52% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 200 - color contains mainly: green. Hex color #2AC810 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC810 is #D537EF. Grayscale: #848484. Windows color (decimal): -13973488 or 1099818. OLE color: 1099818.

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

Color convert

RGB 42 200 16 -
CMYK 0.79 0 0.92 0.22
HSL 111.52º 0.85% 0.42% -
HSV(B) 111.52º 0.92% 0.78% -
XYZ 21.7 41.84 7.42 -
YUV 131.78 62.65 63.96 -
System Red Green Blue C M Y K H S L
Decimal 42 200 16 0.79 0 0.92 0.22 111.52 0.85 0.42
Hex 2A C8 10 4F 0 5C 16 70 55 2A
Octal 52 310 20 117 0 134 26 160 125 52
Binary 101010 11001000 10000 1001111 0 1011100 10110 1110000 1010101 101010

Color Harmonies of #2AC810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC810

Black with #2AC810

Text Example


Text Example

White with #2AC810

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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