#1FD63E

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

Shades of Lime Green #1FD63E

Tints of Lime Green #1FD63E

Color information

#1FD63E (or 0x1FD63E) is unknown color: approx Lime Green. HEX triplet: 1F, D6 and 3E. RGB value is (31,214,62). Sum of RGB (Red+Green+Blue) = 31+214+62=307 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.10% from 307); Green value is 214 (83.98% from 255 or 69.71% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 214 - color contains mainly: green. Hex color #1FD63E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD63E is #E029C1. Grayscale: #8E8E8E. Windows color (decimal): -14690754 or 4118047. OLE color: 4118047.

HSL color Cylindrical-coordinate representation of color #1FD63E: hue angle of 130.16º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FD63E is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB3121462-
CMYK0.8600.710.16
HSL130.16º74.69%48.04%-
HSV(B)130.16º85.51%83.92%-
XYZ25.4848.7312.62-
YUV141.9682.8748.86-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.10%
GREEN value IS 214 (83.98% from 255) = 69.71%
BLUE value IS 62 (24.61% from 255) = 20.20%
R=10.10%
G=69.71%
B=20.20%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal31214620.8600.710.16130.1674.6948.04
Hex1FD63E5604710824b30
Octal373267612601072020211360
Binary111111101011011111010101100100011110000100000101001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FD63E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,214,62); }

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

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

 a { background-color: rgb(31,214,62); }

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

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

 span { border-color: rgb(31,214,62); }

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