#1BC62C

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

Shades of Lime Green #1BC62C

Tints of Lime Green #1BC62C

Color information

#1BC62C (or 0x1BC62C) is unknown color: approx Lime Green. HEX triplet: 1B, C6 and 2C. RGB value is (27,198,44). Sum of RGB (Red+Green+Blue) = 27+198+44=269 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.04% from 269); Green value is 198 (77.73% from 255 or 73.61% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 198 - color contains mainly: green. Hex color #1BC62C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC62C is #E439D3. Grayscale: #818181. Windows color (decimal): -14957012 or 2934299. OLE color: 2934299.

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

Color convert

RGB2719844-
CMYK0.8600.780.22
HSL125.96º76%44.12%-
HSV(B)125.96º86.36%77.65%-
XYZ21.140.89.15-
YUV129.3279.8555.02-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.04%
GREEN value IS 198 (77.73% from 255) = 73.61%
BLUE value IS 44 (17.58% from 255) = 16.36%
R=10.04%
G=73.61%
B=16.36%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal27198440.8600.780.22125.967644.12
Hex1BC62C5604E167e4c2c
Octal333065412601162617611454
Binary11011110001101011001010110010011101011011111101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BC62C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,198,44); }

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

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

 a { background-color: rgb(27,198,44); }

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

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

 span { border-color: rgb(27,198,44); }

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