#1BCA16

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

Shades of Lime Green #1BCA16

Tints of Lime Green #1BCA16

Color information

#1BCA16 (or 0x1BCA16) is unknown color: approx Lime Green. HEX triplet: 1B, CA and 16. RGB value is (27,202,22). Sum of RGB (Red+Green+Blue) = 27+202+22=251 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.76% from 251); Green value is 202 (79.30% from 255 or 80.48% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 202 - color contains mainly: green. Hex color #1BCA16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BCA16 is #E435E9. Grayscale: #818181. Windows color (decimal): -14956010 or 1493531. OLE color: 1493531.

HSL color Cylindrical-coordinate representation of color #1BCA16: hue angle of 118.33º 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 #1BCA16 is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB2720222-
CMYK0.8700.890.21
HSL118.33º80.36%43.92%-
HSV(B)118.33º89.11%79.22%-
XYZ21.7242.537.82-
YUV129.1667.5255.14-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.76%
GREEN value IS 202 (79.30% from 255) = 80.48%
BLUE value IS 22 (8.98% from 255) = 8.76%
R=10.76%
G=80.48%
B=8.76%

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
Decimal27202220.8700.890.21118.3380.3643.92
Hex1BCA16570591576502c
Octal333122612701312516612054
Binary1101111001010101101010111010110011010111101101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BCA16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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