#1BC22D

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

Shades of Lime Green #1BC22D

Tints of Lime Green #1BC22D

Color information

#1BC22D (or 0x1BC22D) is unknown color: approx Lime Green. HEX triplet: 1B, C2 and 2D. RGB value is (27,194,45). Sum of RGB (Red+Green+Blue) = 27+194+45=266 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.15% from 266); Green value is 194 (76.17% from 255 or 72.93% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 194 - color contains mainly: green. Hex color #1BC22D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC22D is #E43DD2. Grayscale: #7F7F7F. Windows color (decimal): -14958035 or 2998811. OLE color: 2998811.

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

Color convert

RGB2719445-
CMYK0.8600.770.24
HSL126.47º75.57%43.33%-
HSV(B)126.47º86.08%76.08%-
XYZ20.2239.018.95-
YUV127.0881.6756.62-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.15%
GREEN value IS 194 (76.17% from 255) = 72.93%
BLUE value IS 45 (17.97% from 255) = 16.92%
R=10.15%
G=72.93%
B=16.92%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal27194450.8600.770.24126.4775.5743.33
Hex1BC22D5604D187e4c2b
Octal333025512601153017611453
Binary11011110000101011011010110010011011100011111101001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BC22D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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