#1FC728

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

Shades of Lime Green #1FC728

Tints of Lime Green #1FC728

Color information

#1FC728 (or 0x1FC728) is unknown color: approx Lime Green. HEX triplet: 1F, C7 and 28. RGB value is (31,199,40). Sum of RGB (Red+Green+Blue) = 31+199+40=270 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.48% from 270); Green value is 199 (78.12% from 255 or 73.70% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 199 - color contains mainly: green. Hex color #1FC728 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC728 is #E038D7. Grayscale: #838383. Windows color (decimal): -14694616 or 2672415. OLE color: 2672415.

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

Color convert

RGB3119940-
CMYK0.8400.800.22
HSL123.21º73.04%45.1%-
HSV(B)123.21º84.42%78.04%-
XYZ21.3741.298.85-
YUV130.6476.8456.93-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.48%
GREEN value IS 199 (78.12% from 255) = 73.70%
BLUE value IS 40 (16.02% from 255) = 14.81%
R=11.48%
G=73.70%
B=14.81%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal31199400.8400.800.22123.2173.0445.1
Hex1FC72854050167b492d
Octal373075012401202617311155
Binary11111110001111010001010100010100001011011110111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FC728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,199,40); }

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

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

 a { background-color: rgb(31,199,40); }

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

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

 span { border-color: rgb(31,199,40); }

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