#1BCA15

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

Shades of Lime Green #1BCA15

Tints of Lime Green #1BCA15

Color information

#1BCA15 (or 0x1BCA15) is unknown color: approx Lime Green. HEX triplet: 1B, CA and 15. RGB value is (27,202,21). Sum of RGB (Red+Green+Blue) = 27+202+21=250 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.8% from 250); Green value is 202 (79.30% from 255 or 80.8% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 202 - color contains mainly: green. Hex color #1BCA15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BCA15 is #E435EA. Grayscale: #818181. Windows color (decimal): -14956011 or 1427995. OLE color: 1427995.

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

Color convert

RGB2720221-
CMYK0.8700.900.21
HSL118.01º81.17%43.73%-
HSV(B)118.01º89.6%79.22%-
XYZ21.7142.537.77-
YUV129.0467.0255.22-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.8%
GREEN value IS 202 (79.30% from 255) = 80.8%
BLUE value IS 21 (8.59% from 255) = 8.4%
R=10.8%
G=80.8%
B=8.4%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal27202210.8700.900.21118.0181.1743.73
Hex1BCA155705A1576512c
Octal333122512701322516612154
Binary1101111001010101011010111010110101010111101101010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BCA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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