Html Css Color HEX #10FE02 Lime

📋 copy color: '#10FE02'

red 16 ◦ green 254 ◦ blue 2

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

Shades of Lime #10FE02

Tints of Lime #10FE02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.74%

R = 5.88%
G = 93.38%
B = 0.74%

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

#10FE02 (or 0x10FE02) is known color: Lime. HEX triplet: 10, FE and 02. RGB value is (16,254,2). Sum of RGB (Red+Green+Blue) = 16+254+2=272 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.88% from 272); Green value is 254 (99.61% from 255 or 93.38% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 254 - color contains mainly: green. Hex color #10FE02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #10FE02 is #EF01FD. Grayscale: #9A9A9A. Windows color (decimal): -15663614 or 196112. OLE color: 196112.

HSL color Cylindrical-coordinate representation of color #10FE02: hue angle of 116.67º 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 #10FE02 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.

Color convert

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

Color Harmonies of #10FE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10FE02

Black with #10FE02

Text Example


Text Example

White with #10FE02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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