Html Css Color HEX #1AC210 Lime Green

📋 copy color: '#1AC210'

red 26 ◦ green 194 ◦ blue 16

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

Shades of Lime Green #1AC210

Tints of Lime Green #1AC210

RGB

 RED value IS 26 (10.55% from 255) = 11.02%

 GREEN value IS 194 (76.17% from 255) = 82.2%

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

R = 11.02%
G = 82.2%
B = 6.78%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#1AC210 (or 0x1AC210) is known color: Lime Green. HEX triplet: 1A, C2 and 10. RGB value is (26,194,16). Sum of RGB (Red+Green+Blue) = 26+194+16=236 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.02% from 236); Green value is 194 (76.17% from 255 or 82.20% from 236); Blue value is 16 (6.64% from 255 or 6.78% from 236); Max value from RGB is 194 - color contains mainly: green. Hex color #1AC210 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC210 is #E53DEF. Grayscale: #7C7C7C. Windows color (decimal): -15023600 or 1098266. OLE color: 1098266.

HSL color Cylindrical-coordinate representation of color #1AC210: hue angle of 116.63º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1AC210 is Cyan = 0.87, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 26 194 16 -
CMYK 0.87 0 0.92 0.24
HSL 116.63º 0.85% 0.41% -
HSV(B) 116.63º 0.92% 0.76% -
XYZ 19.81 38.84 6.94 -
YUV 123.48 67.34 58.47 -
System Red Green Blue C M Y K H S L
Decimal 26 194 16 0.87 0 0.92 0.24 116.63 0.85 0.41
Hex 1A C2 10 57 0 5C 18 75 55 29
Octal 32 302 20 127 0 134 30 165 125 51
Binary 11010 11000010 10000 1010111 0 1011100 11000 1110101 1010101 101001

Color Harmonies of #1AC210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC210

Black with #1AC210

Text Example


Text Example

White with #1AC210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1AC210; }

 p { color: rgb(26,194,16); }

 H1.HeaderClassName
 {
   color: #1AC210;
 }
 .AnyTagClassName
 {
   color: #1AC210;
 }
</style>

background-color css

<style>
 a { background-color: #1AC210; }

 a { background-color: rgb(26,194,16); }

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

border-color css

<style>
 span { border-color: #1AC210; }

 span { border-color: rgb(26,194,16); }

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