#1BC10C

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

Shades of Lime Green #1BC10C

Tints of Lime Green #1BC10C

Color information

#1BC10C (or 0x1BC10C) is unknown color: approx Lime Green. HEX triplet: 1B, C1 and 0C. RGB value is (27,193,12). Sum of RGB (Red+Green+Blue) = 27+193+12=232 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.64% from 232); Green value is 193 (75.78% from 255 or 83.19% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 193 - color contains mainly: green. Hex color #1BC10C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BC10C is #E43EF3. Grayscale: #7B7B7B. Windows color (decimal): -14958324 or 835867. OLE color: 835867.

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

Color convert

RGB2719312-
CMYK0.8600.940.24
HSL115.03º88.29%40.2%-
HSV(B)115.03º93.78%75.69%-
XYZ19.5938.46.73-
YUV122.7365.559.72-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.64%
GREEN value IS 193 (75.78% from 255) = 83.19%
BLUE value IS 12 (5.08% from 255) = 5.17%
R=11.64%
G=83.19%
B=5.17%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal27193120.8600.940.24115.0388.2940.2
Hex1BC1C5605E18735828
Octal333011412601363016313050
Binary110111100000111001010110010111101100011100111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BC10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,193,12); }

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

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

 a { background-color: rgb(27,193,12); }

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

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

 span { border-color: rgb(27,193,12); }

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