#1CBC13

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

Shades of Lime Green #1CBC13

Tints of Lime Green #1CBC13

Color information

#1CBC13 (or 0x1CBC13) is unknown color: approx Lime Green. HEX triplet: 1C, BC and 13. RGB value is (28,188,19). Sum of RGB (Red+Green+Blue) = 28+188+19=235 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.91% from 235); Green value is 188 (73.83% from 255 or 80% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CBC13 is #E343EC. Grayscale: #797979. Windows color (decimal): -14894061 or 1293340. OLE color: 1293340.

HSL color Cylindrical-coordinate representation of color #1CBC13: hue angle of 116.8º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1CBC13 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB2818819-
CMYK0.8500.900.26
HSL116.8º81.64%40.59%-
HSV(B)116.8º89.89%73.73%-
XYZ18.5836.266.64-
YUV120.8970.4961.74-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.91%
GREEN value IS 188 (73.83% from 255) = 80%
BLUE value IS 19 (7.81% from 255) = 8.09%
R=11.91%
G=80%
B=8.09%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal28188190.8500.900.26116.881.6440.59
Hex1CBC135505A1A755229
Octal342742312501323216512251
Binary1110010111100100111010101010110101101011101011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CBC13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,188,19); }

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

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

 a { background-color: rgb(28,188,19); }

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

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

 span { border-color: rgb(28,188,19); }

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