#1BC518

Color #1BC518 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #1BC518

Tints of Lime Green #1BC518

Color information

#1BC518 (or 0x1BC518) is unknown color: approx Lime Green. HEX triplet: 1B, C5 and 18. RGB value is (27,197,24). Sum of RGB (Red+Green+Blue) = 27+197+24=248 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.89% from 248); Green value is 197 (77.34% from 255 or 79.44% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 197 - color contains mainly: green. Hex color #1BC518 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BC518 is #E43AE7. Grayscale: #7E7E7E. Windows color (decimal): -14957288 or 1623323. OLE color: 1623323.

HSL color Cylindrical-coordinate representation of color #1BC518: hue angle of 118.96º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BC518 is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB2719724-
CMYK0.8600.880.23
HSL118.96º78.28%43.33%-
HSV(B)118.96º87.82%77.25%-
XYZ20.5840.237.54-
YUV126.4570.1857.07-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.89%
GREEN value IS 197 (77.34% from 255) = 79.44%
BLUE value IS 24 (9.77% from 255) = 9.68%
R=10.89%
G=79.44%
B=9.68%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal27197240.8600.880.23118.9678.2843.33
Hex1BC5185605817774e2b
Octal333053012601302716711653
Binary1101111000101110001010110010110001011111101111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BC518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,197,24); }

 H1.HeaderClassName
 {
   color: #1BC518;
 }
 .AnyTagClassName
 {
   color: #1BC518;
 }
</style>
background-color css

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

 a { background-color: rgb(27,197,24); }

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

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

 span { border-color: rgb(27,197,24); }

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