#1BC916

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

Shades of Lime Green #1BC916

Tints of Lime Green #1BC916

Color information

#1BC916 (or 0x1BC916) is unknown color: approx Lime Green. HEX triplet: 1B, C9 and 16. RGB value is (27,201,22). Sum of RGB (Red+Green+Blue) = 27+201+22=250 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.8% from 250); Green value is 201 (78.91% from 255 or 80.4% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 201 - color contains mainly: green. Hex color #1BC916 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BC916 is #E436E9. Grayscale: #818181. Windows color (decimal): -14956266 or 1493275. OLE color: 1493275.

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

Color convert

RGB2720122-
CMYK0.8700.890.21
HSL118.32º80.27%43.73%-
HSV(B)118.32º89.05%78.82%-
XYZ21.4842.067.75-
YUV128.5767.8555.55-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.8%
GREEN value IS 201 (78.91% from 255) = 80.4%
BLUE value IS 22 (8.98% from 255) = 8.8%
R=10.8%
G=80.4%
B=8.8%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal27201220.8700.890.21118.3280.2743.73
Hex1BC916570591576502c
Octal333112612701312516612054
Binary1101111001001101101010111010110011010111101101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BC916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,201,22); }

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

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

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

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

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

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

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