Html Css Color HEX #10FC00 Lime

📋 copy color: '#10FC00'

red 16 ◦ green 252 ◦ blue 0

#10FC00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime #10FC00

Tints of Lime #10FC00

RGB

 RED value IS 16 (6.64% from 255) = 5.97%

 GREEN value IS 252 (98.83% from 255) = 94.03%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 5.97%
G = 94.03%
B = 0%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#10FC00 (or 0x10FC00) is known color: Lime. HEX triplet: 10, FC and 00. RGB value is (16,252,0). Sum of RGB (Red+Green+Blue) = 16+252+0=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 252 (98.83% from 255 or 94.03% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 252 - color contains mainly: green. Hex color #10FC00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #10FC00 is #EF03FF. Grayscale: #999999. Windows color (decimal): -15664128 or 64528. OLE color: 64528.

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

Color convert

RGB 16 252 0 -
CMYK 0.94 0 1 0.01
HSL 116.19º 1% 0.49% -
HSV(B) 116.19º 1% 0.99% -
XYZ 35.02 69.73 11.61 -
YUV 152.71 41.81 30.49 -
System Red Green Blue C M Y K H S L
Decimal 16 252 0 0.94 0 1 0.01 116.19 1 0.49
Hex 10 FC 0 5E 0 64 1 74 64 31
Octal 20 374 0 136 0 144 1 164 144 61
Binary 10000 11111100 0 1011110 0 1100100 1 1110100 1100100 110001

Color Harmonies of #10FC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10FC00

Black with #10FC00

Text Example


Text Example

White with #10FC00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #10FC00;
 }
 .AnyTagClassName
 {
   color: #10FC00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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