#1FD038

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

Shades of Lime Green #1FD038

Tints of Lime Green #1FD038

Color information

#1FD038 (or 0x1FD038) is unknown color: approx Lime Green. HEX triplet: 1F, D0 and 38. RGB value is (31,208,56). Sum of RGB (Red+Green+Blue) = 31+208+56=295 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.51% from 295); Green value is 208 (81.64% from 255 or 70.51% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 208 - color contains mainly: green. Hex color #1FD038 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD038 is #E02FC7. Grayscale: #8A8A8A. Windows color (decimal): -14692296 or 3723295. OLE color: 3723295.

HSL color Cylindrical-coordinate representation of color #1FD038: hue angle of 128.47º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD038 is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB3120856-
CMYK0.8500.730.18
HSL128.47º74.06%46.86%-
HSV(B)128.47º85.1%81.57%-
XYZ23.8345.6911.3-
YUV137.7581.8651.86-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.51%
GREEN value IS 208 (81.64% from 255) = 70.51%
BLUE value IS 56 (22.27% from 255) = 18.98%
R=10.51%
G=70.51%
B=18.98%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal31208560.8500.730.18128.4774.0646.86
Hex1FD0385504912804a2f
Octal373207012501112220011257
Binary111111101000011100010101010100100110010100000001001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FD038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,208,56); }

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

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

 a { background-color: rgb(31,208,56); }

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

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

 span { border-color: rgb(31,208,56); }

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