#1CBB12

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

Shades of Lime Green #1CBB12

Tints of Lime Green #1CBB12

Color information

#1CBB12 (or 0x1CBB12) is unknown color: approx Lime Green. HEX triplet: 1C, BB and 12. RGB value is (28,187,18). Sum of RGB (Red+Green+Blue) = 28+187+18=233 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.02% from 233); Green value is 187 (73.44% from 255 or 80.26% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 187 - color contains mainly: green. Hex color #1CBB12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CBB12 is #E344ED. Grayscale: #787878. Windows color (decimal): -14894318 or 1227548. OLE color: 1227548.

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

Color convert

RGB2818718-
CMYK0.8500.900.27
HSL116.45º82.44%40.2%-
HSV(B)116.45º90.37%73.33%-
XYZ18.3635.836.52-
YUV120.1970.3262.24-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.02%
GREEN value IS 187 (73.44% from 255) = 80.26%
BLUE value IS 18 (7.42% from 255) = 7.73%
R=12.02%
G=80.26%
B=7.73%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal28187180.8500.900.27116.4582.4440.2
Hex1CBB125505A1B745228
Octal342732212501323316412250
Binary1110010111011100101010101010110101101111101001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CBB12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,187,18); }

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

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

 a { background-color: rgb(28,187,18); }

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

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

 span { border-color: rgb(28,187,18); }

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