#1BCC1B

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

Shades of Lime Green #1BCC1B

Tints of Lime Green #1BCC1B

Color information

#1BCC1B (or 0x1BCC1B) is unknown color: approx Lime Green. HEX triplet: 1B, CC and 1B. RGB value is (27,204,27). Sum of RGB (Red+Green+Blue) = 27+204+27=258 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.47% from 258); Green value is 204 (80.08% from 255 or 79.07% from 258); Blue value is 27 (10.94% from 255 or 10.47% from 258); Max value from RGB is 204 - color contains mainly: green. Hex color #1BCC1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BCC1B is #E433E4. Grayscale: #838383. Windows color (decimal): -14955493 or 1821723. OLE color: 1821723.

HSL color Cylindrical-coordinate representation of color #1BCC1B: hue angle of 120º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCC1B is Cyan = 0.87, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB2720427-
CMYK0.8700.870.2
HSL120º76.62%45.29%-
HSV(B)120º86.76%80%-
XYZ22.2443.58.26-
YUV130.969.3653.89-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.47%
GREEN value IS 204 (80.08% from 255) = 79.07%
BLUE value IS 27 (10.94% from 255) = 10.47%
R=10.47%
G=79.07%
B=10.47%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal27204270.8700.870.212076.6245.29
Hex1BCC1B5705714784d2d
Octal333143312701272417011555
Binary1101111001100110111010111010101111010011110001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BCC1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,204,27); }

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

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

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

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

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

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

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