#1CBC1C

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

Shades of Lime Green #1CBC1C

Tints of Lime Green #1CBC1C

Color information

#1CBC1C (or 0x1CBC1C) is unknown color: approx Lime Green. HEX triplet: 1C, BC and 1C. RGB value is (28,188,28). Sum of RGB (Red+Green+Blue) = 28+188+28=244 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.48% from 244); Green value is 188 (73.83% from 255 or 77.05% from 244); Blue value is 28 (11.33% from 255 or 11.48% from 244); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBC1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CBC1C is #E343E3. Grayscale: #7A7A7A. Windows color (decimal): -14894052 or 1883164. OLE color: 1883164.

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

Color convert

RGB2818828-
CMYK0.8500.850.26
HSL120º74.07%42.35%-
HSV(B)120º85.11%73.73%-
XYZ18.6736.37.12-
YUV121.9274.9961.01-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.48%
GREEN value IS 188 (73.83% from 255) = 77.05%
BLUE value IS 28 (11.33% from 255) = 11.48%
R=11.48%
G=77.05%
B=11.48%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal28188280.8500.850.2612074.0742.35
Hex1CBC1C550551A784a2a
Octal342743412501253217011252
Binary1110010111100111001010101010101011101011110001001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CBC1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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