#10F900

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

Shades of Lime #10F900

Tints of Lime #10F900

Color information

#10F900 (or 0x10F900) is unknown color: approx Lime. HEX triplet: 10, F9 and 00. RGB value is (16,249,0). Sum of RGB (Red+Green+Blue) = 16+249+0=265 (35% of max value = 765). Red value is 16 (6.64% from 255 or 6.04% from 265); Green value is 249 (97.66% from 255 or 93.96% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 249 - color contains mainly: green. Hex color #10F900 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #10F900 is #EF06FF. Grayscale: #979797. Windows color (decimal): -15664896 or 63760. OLE color: 63760.

HSL color Cylindrical-coordinate representation of color #10F900: hue angle of 116.14º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #10F900 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB162490-
CMYK0.94010.02
HSL116.14º100%48.82%-
HSV(B)116.14º100%97.65%-
XYZ34.0967.8611.3-
YUV150.9542.8131.75-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.04%
GREEN value IS 249 (97.66% from 255) = 93.96%
BLUE value IS 0 (0.39% from 255) = 0%
R=6.04%
G=93.96%
B=0%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1624900.94010.02116.1410048.82
Hex10F905E0642746431
Octal2037101360144216414461
Binary100001111100101011110011001001011101001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10F900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10F900; }

 p { color: rgb(16,249,0); }

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

<style>
 a { background-color: #10F900; }

 a { background-color: rgb(16,249,0); }

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

<style>
 span { border-color: #10F900; }

 span { border-color: rgb(16,249,0); }

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