#1BCA12

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

Shades of Lime Green #1BCA12

Tints of Lime Green #1BCA12

Color information

#1BCA12 (or 0x1BCA12) is unknown color: approx Lime Green. HEX triplet: 1B, CA and 12. RGB value is (27,202,18). Sum of RGB (Red+Green+Blue) = 27+202+18=247 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.93% from 247); Green value is 202 (79.30% from 255 or 81.78% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 202 - color contains mainly: green. Hex color #1BCA12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BCA12 is #E435ED. Grayscale: #818181. Windows color (decimal): -14956014 or 1231387. OLE color: 1231387.

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

Color convert

RGB2720218-
CMYK0.8700.910.21
HSL117.07º83.64%43.14%-
HSV(B)117.07º91.09%79.22%-
XYZ21.6842.527.64-
YUV128.765.5255.46-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.93%
GREEN value IS 202 (79.30% from 255) = 81.78%
BLUE value IS 18 (7.42% from 255) = 7.29%
R=10.93%
G=81.78%
B=7.29%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal27202180.8700.910.21117.0783.6443.14
Hex1BCA125705B1575542b
Octal333122212701332516512453
Binary1101111001010100101010111010110111010111101011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BCA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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