Html Css Color HEX #2ACC12 Lime Green

📋 copy color: '#2ACC12'

red 42 ◦ green 204 ◦ blue 18

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

Shades of Lime Green #2ACC12

Tints of Lime Green #2ACC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.82%

R = 15.91%
G = 77.27%
B = 6.82%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#2ACC12 (or 0x2ACC12) is known color: Lime Green. HEX triplet: 2A, CC and 12. RGB value is (42,204,18). Sum of RGB (Red+Green+Blue) = 42+204+18=264 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.91% from 264); Green value is 204 (80.08% from 255 or 77.27% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 204 - color contains mainly: green. Hex color #2ACC12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ACC12 is #D533ED. Grayscale: #868686. Windows color (decimal): -13972462 or 1231914. OLE color: 1231914.

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

Color convert

RGB 42 204 18 -
CMYK 0.79 0 0.91 0.2
HSL 112.26º 0.84% 0.44% -
HSV(B) 112.26º 0.91% 0.8% -
XYZ 22.66 43.72 7.82 -
YUV 134.36 62.33 62.12 -
System Red Green Blue C M Y K H S L
Decimal 42 204 18 0.79 0 0.91 0.2 112.26 0.84 0.44
Hex 2A CC 12 4F 0 5B 14 70 54 2C
Octal 52 314 22 117 0 133 24 160 124 54
Binary 101010 11001100 10010 1001111 0 1011011 10100 1110000 1010100 101100

Color Harmonies of #2ACC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACC12

Black with #2ACC12

Text Example


Text Example

White with #2ACC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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