Html Css Color HEX #2AC910 Lime Green

📋 copy color: '#2AC910'

red 42 ◦ green 201 ◦ blue 16

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

Shades of Lime Green #2AC910

Tints of Lime Green #2AC910

RGB

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

 GREEN value IS 201 (78.91% from 255) = 77.61%

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

R = 16.22%
G = 77.61%
B = 6.18%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#2AC910 (or 0x2AC910) is known color: Lime Green. HEX triplet: 2A, C9 and 10. RGB value is (42,201,16). Sum of RGB (Red+Green+Blue) = 42+201+16=259 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.22% from 259); Green value is 201 (78.91% from 255 or 77.61% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 201 - color contains mainly: green. Hex color #2AC910 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC910 is #D536EF. Grayscale: #848484. Windows color (decimal): -13973232 or 1100074. OLE color: 1100074.

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

Color convert

RGB 42 201 16 -
CMYK 0.79 0 0.92 0.21
HSL 111.57º 0.85% 0.43% -
HSV(B) 111.57º 0.92% 0.79% -
XYZ 21.94 42.3 7.5 -
YUV 132.37 62.32 63.54 -
System Red Green Blue C M Y K H S L
Decimal 42 201 16 0.79 0 0.92 0.21 111.57 0.85 0.43
Hex 2A C9 10 4F 0 5C 15 70 55 2B
Octal 52 311 20 117 0 134 25 160 125 53
Binary 101010 11001001 10000 1001111 0 1011100 10101 1110000 1010101 101011

Color Harmonies of #2AC910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AC910

Black with #2AC910

Text Example


Text Example

White with #2AC910

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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