#1BC622

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

Shades of Lime Green #1BC622

Tints of Lime Green #1BC622

Color information

#1BC622 (or 0x1BC622) is unknown color: approx Lime Green. HEX triplet: 1B, C6 and 22. RGB value is (27,198,34). Sum of RGB (Red+Green+Blue) = 27+198+34=259 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.42% from 259); Green value is 198 (77.73% from 255 or 76.45% from 259); Blue value is 34 (13.67% from 255 or 13.13% from 259); Max value from RGB is 198 - color contains mainly: green. Hex color #1BC622 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC622 is #E439DD. Grayscale: #808080. Windows color (decimal): -14957022 or 2278939. OLE color: 2278939.

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

Color convert

RGB2719834-
CMYK0.8600.830.22
HSL122.46º76%44.12%-
HSV(B)122.46º86.36%77.65%-
XYZ20.9340.748.27-
YUV128.1874.8555.84-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.42%
GREEN value IS 198 (77.73% from 255) = 76.45%
BLUE value IS 34 (13.67% from 255) = 13.13%
R=10.42%
G=76.45%
B=13.13%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal27198340.8600.830.22122.467644.12
Hex1BC62256053167a4c2c
Octal333064212601232617211454
Binary11011110001101000101010110010100111011011110101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BC622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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