Html Css Color HEX #1AC308 Lime Green

📋 copy color: '#1AC308'

red 26 ◦ green 195 ◦ blue 8

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

Shades of Lime Green #1AC308

Tints of Lime Green #1AC308

RGB

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

 GREEN value IS 195 (76.56% from 255) = 85.15%

 BLUE value IS 8 (3.52% from 255) = 3.49%

R = 11.35%
G = 85.15%
B = 3.49%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#1AC308 (or 0x1AC308) is known color: Lime Green. HEX triplet: 1A, C3 and 08. RGB value is (26,195,8). Sum of RGB (Red+Green+Blue) = 26+195+8=229 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.35% from 229); Green value is 195 (76.56% from 255 or 85.15% from 229); Blue value is 8 (3.52% from 255 or 3.49% from 229); Max value from RGB is 195 - color contains mainly: green. Hex color #1AC308 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC308 is #E53CF7. Grayscale: #7B7B7B. Windows color (decimal): -15023352 or 574234. OLE color: 574234.

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

Color convert

RGB 26 195 8 -
CMYK 0.87 0 0.96 0.24
HSL 114.22º 0.92% 0.4% -
HSV(B) 114.22º 0.96% 0.76% -
XYZ 19.98 39.27 6.76 -
YUV 123.15 63.01 58.71 -
System Red Green Blue C M Y K H S L
Decimal 26 195 8 0.87 0 0.96 0.24 114.22 0.92 0.4
Hex 1A C3 8 57 0 60 18 72 5C 28
Octal 32 303 10 127 0 140 30 162 134 50
Binary 11010 11000011 1000 1010111 0 1100000 11000 1110010 1011100 101000

Color Harmonies of #1AC308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AC308

Black with #1AC308

Text Example


Text Example

White with #1AC308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,195,8); }

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

background-color css

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

 a { background-color: rgb(26,195,8); }

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

border-color css

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

 span { border-color: rgb(26,195,8); }

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