#1BC228

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

Shades of Lime Green #1BC228

Tints of Lime Green #1BC228

Color information

#1BC228 (or 0x1BC228) is unknown color: approx Lime Green. HEX triplet: 1B, C2 and 28. RGB value is (27,194,40). Sum of RGB (Red+Green+Blue) = 27+194+40=261 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.34% from 261); Green value is 194 (76.17% from 255 or 74.33% from 261); Blue value is 40 (16.02% from 255 or 15.33% from 261); Max value from RGB is 194 - color contains mainly: green. Hex color #1BC228 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BC228 is #E43DD7. Grayscale: #7E7E7E. Windows color (decimal): -14958040 or 2671131. OLE color: 2671131.

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

Color convert

RGB2719440-
CMYK0.8600.790.24
HSL124.67º75.57%43.33%-
HSV(B)124.67º86.08%76.08%-
XYZ20.1338.978.47-
YUV126.5179.1757.02-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.34%
GREEN value IS 194 (76.17% from 255) = 74.33%
BLUE value IS 40 (16.02% from 255) = 15.33%
R=10.34%
G=74.33%
B=15.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal27194400.8600.790.24124.6775.5743.33
Hex1BC2285604F187d4c2b
Octal333025012601173017511453
Binary11011110000101010001010110010011111100011111011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BC228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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