Html Css Color HEX #1AC01D Lime Green

📋 copy color: '#1AC01D'

red 26 ◦ green 192 ◦ blue 29

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

Shades of Lime Green #1AC01D

Tints of Lime Green #1AC01D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 77.73%

 BLUE value IS 29 (11.72% from 255) = 11.74%

R = 10.53%
G = 77.73%
B = 11.74%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#1AC01D (or 0x1AC01D) is known color: Lime Green. HEX triplet: 1A, C0 and 1D. RGB value is (26,192,29). Sum of RGB (Red+Green+Blue) = 26+192+29=247 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.53% from 247); Green value is 192 (75.39% from 255 or 77.73% from 247); Blue value is 29 (11.72% from 255 or 11.74% from 247); Max value from RGB is 192 - color contains mainly: green. Hex color #1AC01D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AC01D is #E53FE2. Grayscale: #7C7C7C. Windows color (decimal): -15024099 or 1949722. OLE color: 1949722.

HSL color Cylindrical-coordinate representation of color #1AC01D: hue angle of 121.08º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AC01D is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 26 192 29 -
CMYK 0.86 0 0.85 0.25
HSL 121.08º 0.76% 0.43% -
HSV(B) 121.08º 0.86% 0.75% -
XYZ 19.5 38.01 7.47 -
YUV 123.78 74.5 58.25 -
System Red Green Blue C M Y K H S L
Decimal 26 192 29 0.86 0 0.85 0.25 121.08 0.76 0.43
Hex 1A C0 1D 56 0 55 19 79 4C 2B
Octal 32 300 35 126 0 125 31 171 114 53
Binary 11010 11000000 11101 1010110 0 1010101 11001 1111001 1001100 101011

Color Harmonies of #1AC01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC01D

Black with #1AC01D

Text Example


Text Example

White with #1AC01D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,192,29); }

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

background-color css

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

 a { background-color: rgb(26,192,29); }

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

border-color css

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

 span { border-color: rgb(26,192,29); }

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