Html Css Color HEX #1ACB14 Lime Green

📋 copy color: '#1ACB14'

red 26 ◦ green 203 ◦ blue 20

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

Shades of Lime Green #1ACB14

Tints of Lime Green #1ACB14

RGB

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

 GREEN value IS 203 (79.69% from 255) = 81.53%

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

R = 10.44%
G = 81.53%
B = 8.03%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#1ACB14 (or 0x1ACB14) is known color: Lime Green. HEX triplet: 1A, CB and 14. RGB value is (26,203,20). Sum of RGB (Red+Green+Blue) = 26+203+20=249 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.44% from 249); Green value is 203 (79.69% from 255 or 81.53% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 203 - color contains mainly: green. Hex color #1ACB14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ACB14 is #E534EB. Grayscale: #818181. Windows color (decimal): -15021292 or 1362714. OLE color: 1362714.

HSL color Cylindrical-coordinate representation of color #1ACB14: hue angle of 118.03º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ACB14 is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 26 203 20 -
CMYK 0.87 0 0.90 0.20
HSL 118.03º 0.82% 0.44% -
HSV(B) 118.03º 0.9% 0.8% -
XYZ 21.91 42.98 7.8 -
YUV 129.22 66.36 54.38 -
System Red Green Blue C M Y K H S L
Decimal 26 203 20 0.87 0 0.90 0.20 118.03 0.82 0.44
Hex 1A CB 14 57 0 5A 14 76 52 2C
Octal 32 313 24 127 0 132 24 166 122 54
Binary 11010 11001011 10100 1010111 0 1011010 10100 1110110 1010010 101100

Color Harmonies of #1ACB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACB14

Black with #1ACB14

Text Example


Text Example

White with #1ACB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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