#1FE13D

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

Shades of Lime Green #1FE13D

Tints of Lime Green #1FE13D

Color information

#1FE13D (or 0x1FE13D) is unknown color: approx Lime Green. HEX triplet: 1F, E1 and 3D. RGB value is (31,225,61). Sum of RGB (Red+Green+Blue) = 31+225+61=317 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.78% from 317); Green value is 225 (88.28% from 255 or 70.98% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 225 - color contains mainly: green. Hex color #1FE13D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FE13D is #E01EC2. Grayscale: #949494. Windows color (decimal): -14687939 or 4055327. OLE color: 4055327.

HSL color Cylindrical-coordinate representation of color #1FE13D: hue angle of 129.28º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE13D is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB3122561-
CMYK0.8600.730.12
HSL129.28º76.38%50.2%-
HSV(B)129.28º86.22%88.24%-
XYZ28.3354.4813.44-
YUV148.378.7344.34-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.78%
GREEN value IS 225 (88.28% from 255) = 70.98%
BLUE value IS 61 (24.22% from 255) = 19.24%
R=9.78%
G=70.98%
B=19.24%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal31225610.8600.730.12129.2876.3850.2
Hex1FE13D56049C814c32
Octal373417512601111420111462
Binary11111111000011111011010110010010011100100000011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FE13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,225,61); }

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

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

 a { background-color: rgb(31,225,61); }

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

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

 span { border-color: rgb(31,225,61); }

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