Html Css Color HEX #1AC814 Lime Green

📋 copy color: '#1AC814'

red 26 ◦ green 200 ◦ blue 20

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

Shades of Lime Green #1AC814

Tints of Lime Green #1AC814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.13%

R = 10.57%
G = 81.3%
B = 8.13%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.9

 K value IS 0.22

RGB Variations

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

Color information

#1AC814 (or 0x1AC814) is known color: Lime Green. HEX triplet: 1A, C8 and 14. RGB value is (26,200,20). Sum of RGB (Red+Green+Blue) = 26+200+20=246 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.57% from 246); Green value is 200 (78.52% from 255 or 81.30% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 200 - color contains mainly: green. Hex color #1AC814 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC814 is #E537EB. Grayscale: #808080. Windows color (decimal): -15022060 or 1361946. OLE color: 1361946.

HSL color Cylindrical-coordinate representation of color #1AC814: hue angle of 118º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AC814 is Cyan = 0.87, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.22.

Color convert

RGB 26 200 20 -
CMYK 0.87 0 0.9 0.22
HSL 118º 0.82% 0.43% -
HSV(B) 118º 0.9% 0.78% -
XYZ 21.21 41.58 7.57 -
YUV 127.45 67.35 55.64 -
System Red Green Blue C M Y K H S L
Decimal 26 200 20 0.87 0 0.9 0.22 118 0.82 0.43
Hex 1A C8 14 57 0 5A 16 76 52 2B
Octal 32 310 24 127 0 132 26 166 122 53
Binary 11010 11001000 10100 1010111 0 1011010 10110 1110110 1010010 101011

Color Harmonies of #1AC814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC814

Black with #1AC814

Text Example


Text Example

White with #1AC814

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,200,20); }

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

background-color css

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

 a { background-color: rgb(26,200,20); }

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

border-color css

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

 span { border-color: rgb(26,200,20); }

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