#1CB727

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

Shades of Lime Green #1CB727

Tints of Lime Green #1CB727

Color information

#1CB727 (or 0x1CB727) is unknown color: approx Lime Green. HEX triplet: 1C, B7 and 27. RGB value is (28,183,39). Sum of RGB (Red+Green+Blue) = 28+183+39=250 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.2% from 250); Green value is 183 (71.88% from 255 or 73.2% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 183 - color contains mainly: green. Hex color #1CB727 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB727 is #E348D8. Grayscale: #787878. Windows color (decimal): -14895321 or 2602780. OLE color: 2602780.

HSL color Cylindrical-coordinate representation of color #1CB727: hue angle of 124.26º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB727 is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB2818339-
CMYK0.8500.790.28
HSL124.26º73.46%41.37%-
HSV(B)124.26º84.7%71.76%-
XYZ17.7834.267.6-
YUV120.2482.1562.21-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.2%
GREEN value IS 183 (71.88% from 255) = 73.2%
BLUE value IS 39 (15.62% from 255) = 15.6%
R=11.2%
G=73.2%
B=15.6%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal28183390.8500.790.28124.2673.4641.37
Hex1CB7275504F1C7c4929
Octal342674712501173417411151
Binary11100101101111001111010101010011111110011111001001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,183,39); }

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

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

 a { background-color: rgb(28,183,39); }

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

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

 span { border-color: rgb(28,183,39); }

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