Html Css Color HEX #2ACC10 Lime Green

📋 copy color: '#2ACC10'

red 42 ◦ green 204 ◦ blue 16

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

Shades of Lime Green #2ACC10

Tints of Lime Green #2ACC10

RGB

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

 GREEN value IS 204 (80.08% from 255) = 77.86%

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

R = 16.03%
G = 77.86%
B = 6.11%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#2ACC10 (or 0x2ACC10) is known color: Lime Green. HEX triplet: 2A, CC and 10. RGB value is (42,204,16). Sum of RGB (Red+Green+Blue) = 42+204+16=262 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.03% from 262); Green value is 204 (80.08% from 255 or 77.86% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 204 - color contains mainly: green. Hex color #2ACC10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ACC10 is #D533EF. Grayscale: #868686. Windows color (decimal): -13972464 or 1100842. OLE color: 1100842.

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

Color convert

RGB 42 204 16 -
CMYK 0.79 0 0.92 0.2
HSL 111.7º 0.85% 0.43% -
HSV(B) 111.7º 0.92% 0.8% -
XYZ 22.64 43.72 7.73 -
YUV 134.13 61.33 62.29 -
System Red Green Blue C M Y K H S L
Decimal 42 204 16 0.79 0 0.92 0.2 111.7 0.85 0.43
Hex 2A CC 10 4F 0 5C 14 70 55 2B
Octal 52 314 20 117 0 134 24 160 125 53
Binary 101010 11001100 10000 1001111 0 1011100 10100 1110000 1010101 101011

Color Harmonies of #2ACC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACC10

Black with #2ACC10

Text Example


Text Example

White with #2ACC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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