Html Css Color HEX #1AC00F Lime Green

📋 copy color: '#1AC00F'

red 26 ◦ green 192 ◦ blue 15

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

Shades of Lime Green #1AC00F

Tints of Lime Green #1AC00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.44%

R = 11.16%
G = 82.4%
B = 6.44%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#1AC00F (or 0x1AC00F) is known color: Lime Green. HEX triplet: 1A, C0 and 0F. RGB value is (26,192,15). Sum of RGB (Red+Green+Blue) = 26+192+15=233 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.16% from 233); Green value is 192 (75.39% from 255 or 82.40% from 233); Blue value is 15 (6.25% from 255 or 6.44% from 233); Max value from RGB is 192 - color contains mainly: green. Hex color #1AC00F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC00F is #E53FF0. Grayscale: #7A7A7A. Windows color (decimal): -15024113 or 1032218. OLE color: 1032218.

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

Color convert

RGB 26 192 15 -
CMYK 0.86 0 0.92 0.25
HSL 116.27º 0.86% 0.41% -
HSV(B) 116.27º 0.92% 0.75% -
XYZ 19.36 37.95 6.76 -
YUV 122.19 67.5 59.39 -
System Red Green Blue C M Y K H S L
Decimal 26 192 15 0.86 0 0.92 0.25 116.27 0.86 0.41
Hex 1A C0 F 56 0 5C 19 74 56 29
Octal 32 300 17 126 0 134 31 164 126 51
Binary 11010 11000000 1111 1010110 0 1011100 11001 1110100 1010110 101001

Color Harmonies of #1AC00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC00F

Black with #1AC00F

Text Example


Text Example

White with #1AC00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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