#6fd11e

Color #6FD11E Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #6FD11E

Tints of Lima #6FD11E

Color information

#6FD11E (or 0x6FD11E) is unknown color: approx Lima. HEX triplet: 6F, D1 and 1E. RGB value is (111,209,30). Sum of RGB (Red+Green+Blue) = 111+209+30=350 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.71% from 350); Green value is 209 (82.03% from 255 or 59.71% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 209 - color contains mainly: green. Hex color #6FD11E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD11E is #902EE1. Grayscale: #9F9F9F. Windows color (decimal): -9449186 or 2019695. OLE color: 2019695.

HSL color Cylindrical-coordinate representation of color #6FD11E: hue angle of 92.85º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6FD11E is Cyan = 0.47, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB11120930-
CMYK0.4700.860.18
HSL92.85º74.9%46.86%-
HSV(B)92.85º85.65%81.96%-
XYZ29.5949.079.14-
YUV159.2955.0393.55-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.71%
GREEN value IS 209 (82.03% from 255) = 59.71%
BLUE value IS 30 (12.11% from 255) = 8.57%
R=31.71%
G=59.71%
B=8.57%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal111209300.4700.860.1892.8574.946.86
Hex6FD11E2F056125d4b2f
Octal157321365701262213511357
Binary11011111101000111110101111010101101001010111011001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6fd11e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6fd11e; }

 p { color: rgb(111,209,30); }

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

<style>
 a { background-color: #6fd11e; }

 a { background-color: rgb(111,209,30); }

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

<style>
 span { border-color: #6fd11e; }

 span { border-color: rgb(111,209,30); }

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