Html Css Color HEX #10FC03 Lime

📋 copy color: '#10FC03'

red 16 ◦ green 252 ◦ blue 3

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

Shades of Lime #10FC03

Tints of Lime #10FC03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.11%

R = 5.9%
G = 92.99%
B = 1.11%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#10FC03 (or 0x10FC03) is known color: Lime. HEX triplet: 10, FC and 03. RGB value is (16,252,3). Sum of RGB (Red+Green+Blue) = 16+252+3=271 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.90% from 271); Green value is 252 (98.83% from 255 or 92.99% from 271); Blue value is 3 (1.56% from 255 or 1.11% from 271); Max value from RGB is 252 - color contains mainly: green. Hex color #10FC03 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #10FC03 is #EF03FC. Grayscale: #999999. Windows color (decimal): -15664125 or 261136. OLE color: 261136.

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

Color convert

RGB 16 252 3 -
CMYK 0.94 0 0.99 0.01
HSL 116.87º 0.98% 0.5% -
HSV(B) 116.87º 0.99% 0.99% -
XYZ 35.04 69.74 11.7 -
YUV 153.05 43.31 30.25 -
System Red Green Blue C M Y K H S L
Decimal 16 252 3 0.94 0 0.99 0.01 116.87 0.98 0.5
Hex 10 FC 3 5E 0 63 1 75 62 32
Octal 20 374 3 136 0 143 1 165 142 62
Binary 10000 11111100 11 1011110 0 1100011 1 1110101 1100010 110010

Color Harmonies of #10FC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10FC03

Black with #10FC03

Text Example


Text Example

White with #10FC03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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