#1CC727

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

Shades of Lime Green #1CC727

Tints of Lime Green #1CC727

Color information

#1CC727 (or 0x1CC727) is unknown color: approx Lime Green. HEX triplet: 1C, C7 and 27. RGB value is (28,199,39). Sum of RGB (Red+Green+Blue) = 28+199+39=266 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.53% from 266); Green value is 199 (78.12% from 255 or 74.81% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 199 - color contains mainly: green. Hex color #1CC727 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC727 is #E338D8. Grayscale: #828282. Windows color (decimal): -14891225 or 2606876. OLE color: 2606876.

HSL color Cylindrical-coordinate representation of color #1CC727: hue angle of 123.86º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC727 is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB2819939-
CMYK0.8600.800.22
HSL123.86º75.33%44.51%-
HSV(B)123.86º85.93%78.04%-
XYZ21.2741.248.76-
YUV129.6376.8555.51-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.53%
GREEN value IS 199 (78.12% from 255) = 74.81%
BLUE value IS 39 (15.62% from 255) = 14.66%
R=10.53%
G=74.81%
B=14.66%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal28199390.8600.800.22123.8675.3344.51
Hex1CC72756050167c4b2d
Octal343074712601202617411355
Binary11100110001111001111010110010100001011011111001001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CC727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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