#1BCD11

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

Shades of Lime Green #1BCD11

Tints of Lime Green #1BCD11

Color information

#1BCD11 (or 0x1BCD11) is unknown color: approx Lime Green. HEX triplet: 1B, CD and 11. RGB value is (27,205,17). Sum of RGB (Red+Green+Blue) = 27+205+17=249 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.84% from 249); Green value is 205 (80.47% from 255 or 82.33% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 205 - color contains mainly: green. Hex color #1BCD11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BCD11 is #E432EE. Grayscale: #828282. Windows color (decimal): -14955247 or 1166619. OLE color: 1166619.

HSL color Cylindrical-coordinate representation of color #1BCD11: hue angle of 116.81º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1BCD11 is Cyan = 0.87, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB2720517-
CMYK0.8700.920.20
HSL116.81º84.68%43.53%-
HSV(B)116.81º91.71%80.39%-
XYZ22.3843.947.83-
YUV130.3564.0354.29-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.84%
GREEN value IS 205 (80.47% from 255) = 82.33%
BLUE value IS 17 (7.03% from 255) = 6.83%
R=10.84%
G=82.33%
B=6.83%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal27205170.8700.920.20116.8184.6843.53
Hex1BCD115705C1475552c
Octal333152112701342416512554
Binary1101111001101100011010111010111001010011101011010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BCD11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,205,17); }

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

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

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

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

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

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

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