#1BC21C

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

Shades of Lime Green #1BC21C

Tints of Lime Green #1BC21C

Color information

#1BC21C (or 0x1BC21C) is unknown color: approx Lime Green. HEX triplet: 1B, C2 and 1C. RGB value is (27,194,28). Sum of RGB (Red+Green+Blue) = 27+194+28=249 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.84% from 249); Green value is 194 (76.17% from 255 or 77.91% from 249); Blue value is 28 (11.33% from 255 or 11.24% from 249); Max value from RGB is 194 - color contains mainly: green. Hex color #1BC21C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC21C is #E43DE3. Grayscale: #7D7D7D. Windows color (decimal): -14958052 or 1884699. OLE color: 1884699.

HSL color Cylindrical-coordinate representation of color #1BC21C: hue angle of 120.36º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC21C is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB2719428-
CMYK0.8600.860.24
HSL120.36º75.57%43.33%-
HSV(B)120.36º86.08%76.08%-
XYZ19.9538.97.56-
YUV125.1473.1758-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.84%
GREEN value IS 194 (76.17% from 255) = 77.91%
BLUE value IS 28 (11.33% from 255) = 11.24%
R=10.84%
G=77.91%
B=11.24%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal27194280.8600.860.24120.3675.5743.33
Hex1BC21C5605618784c2b
Octal333023412601263017011453
Binary1101111000010111001010110010101101100011110001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BC21C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,194,28); }

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

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

 a { background-color: rgb(27,194,28); }

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

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

 span { border-color: rgb(27,194,28); }

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