Html Css Color HEX #10FE03 Lime

📋 copy color: '#10FE03'

red 16 ◦ green 254 ◦ blue 3

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

Shades of Lime #10FE03

Tints of Lime #10FE03

RGB

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

 GREEN value IS 254 (99.61% from 255) = 93.04%

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

R = 5.86%
G = 93.04%
B = 1.1%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#10FE03 (or 0x10FE03) is known color: Lime. HEX triplet: 10, FE and 03. RGB value is (16,254,3). Sum of RGB (Red+Green+Blue) = 16+254+3=273 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.86% from 273); Green value is 254 (99.61% from 255 or 93.04% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 254 - color contains mainly: green. Hex color #10FE03 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #10FE03 is #EF01FC. Grayscale: #9A9A9A. Windows color (decimal): -15663613 or 261648. OLE color: 261648.

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

Color convert

RGB 16 254 3 -
CMYK 0.94 0 0.99 0.00
HSL 116.89º 0.99% 0.5% -
HSV(B) 116.89º 0.99% 1% -
XYZ 35.67 71 11.91 -
YUV 154.22 42.65 29.41 -
System Red Green Blue C M Y K H S L
Decimal 16 254 3 0.94 0 0.99 0.00 116.89 0.99 0.5
Hex 10 FE 3 5E 0 63 0 75 63 32
Octal 20 376 3 136 0 143 0 165 143 62
Binary 10000 11111110 11 1011110 0 1100011 0 1110101 1100011 110010

Color Harmonies of #10FE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10FE03

Black with #10FE03

Text Example


Text Example

White with #10FE03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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