#1BC62B

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

Shades of Lime Green #1BC62B

Tints of Lime Green #1BC62B

Color information

#1BC62B (or 0x1BC62B) is unknown color: approx Lime Green. HEX triplet: 1B, C6 and 2B. RGB value is (27,198,43). Sum of RGB (Red+Green+Blue) = 27+198+43=268 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.07% from 268); Green value is 198 (77.73% from 255 or 73.88% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 198 - color contains mainly: green. Hex color #1BC62B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC62B is #E439D4. Grayscale: #818181. Windows color (decimal): -14957013 or 2868763. OLE color: 2868763.

HSL color Cylindrical-coordinate representation of color #1BC62B: hue angle of 125.61º 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 #1BC62B is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB2719843-
CMYK0.8600.780.22
HSL125.61º76%44.12%-
HSV(B)125.61º86.36%77.65%-
XYZ21.0840.89.05-
YUV129.279.3555.1-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.07%
GREEN value IS 198 (77.73% from 255) = 73.88%
BLUE value IS 43 (17.19% from 255) = 16.04%
R=10.07%
G=73.88%
B=16.04%

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
Decimal27198430.8600.780.22125.617644.12
Hex1BC62B5604E167e4c2c
Octal333065312601162617611454
Binary11011110001101010111010110010011101011011111101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BC62B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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