#1BC02F

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

Shades of Lime Green #1BC02F

Tints of Lime Green #1BC02F

Color information

#1BC02F (or 0x1BC02F) is unknown color: approx Lime Green. HEX triplet: 1B, C0 and 2F. RGB value is (27,192,47). Sum of RGB (Red+Green+Blue) = 27+192+47=266 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.15% from 266); Green value is 192 (75.39% from 255 or 72.18% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 192 - color contains mainly: green. Hex color #1BC02F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC02F is #E43FD0. Grayscale: #7E7E7E. Windows color (decimal): -14958545 or 3129371. OLE color: 3129371.

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

Color convert

RGB2719247-
CMYK0.8600.760.25
HSL127.27º75.34%42.94%-
HSV(B)127.27º85.94%75.29%-
XYZ19.8138.149.01-
YUV126.1483.3457.29-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.15%
GREEN value IS 192 (75.39% from 255) = 72.18%
BLUE value IS 47 (18.75% from 255) = 17.67%
R=10.15%
G=72.18%
B=17.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal27192470.8600.760.25127.2775.3442.94
Hex1BC02F5604C197f4b2b
Octal333005712601143117711353
Binary11011110000001011111010110010011001100111111111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BC02F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,192,47); }

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

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

 a { background-color: rgb(27,192,47); }

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

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

 span { border-color: rgb(27,192,47); }

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