#1BC20E

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

Shades of Lime Green #1BC20E

Tints of Lime Green #1BC20E

Color information

#1BC20E (or 0x1BC20E) is unknown color: approx Lime Green. HEX triplet: 1B, C2 and 0E. RGB value is (27,194,14). Sum of RGB (Red+Green+Blue) = 27+194+14=235 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.49% from 235); Green value is 194 (76.17% from 255 or 82.55% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 194 - color contains mainly: green. Hex color #1BC20E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BC20E is #E43DF1. Grayscale: #7C7C7C. Windows color (decimal): -14958066 or 967195. OLE color: 967195.

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

Color convert

RGB2719414-
CMYK0.8600.930.24
HSL115.67º86.54%40.78%-
HSV(B)115.67º92.78%76.08%-
XYZ19.8238.856.87-
YUV123.5566.1759.14-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.49%
GREEN value IS 194 (76.17% from 255) = 82.55%
BLUE value IS 14 (5.86% from 255) = 5.96%
R=11.49%
G=82.55%
B=5.96%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal27194140.8600.930.24115.6786.5440.78
Hex1BC2E5605D18745729
Octal333021612601353016412751
Binary110111100001011101010110010111011100011101001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BC20E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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