Html Css Color HEX #11FA01 Lime

📋 copy color: '#11FA01'

red 17 ◦ green 250 ◦ blue 1

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

Shades of Lime #11FA01

Tints of Lime #11FA01

RGB

 RED value IS 17 (7.03% from 255) = 6.34%

 GREEN value IS 250 (98.05% from 255) = 93.28%

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 6.34%
G = 93.28%
B = 0.37%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#11FA01 (or 0x11FA01) is known color: Lime. HEX triplet: 11, FA and 01. RGB value is (17,250,1). Sum of RGB (Red+Green+Blue) = 17+250+1=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 250 (98.05% from 255 or 93.28% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 250 - color contains mainly: green. Hex color #11FA01 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #11FA01 is #EE05FE. Grayscale: #989898. Windows color (decimal): -15599103 or 129553. OLE color: 129553.

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

Color convert

RGB 17 250 1 -
CMYK 0.93 0 1.00 0.02
HSL 116.14º 0.99% 0.49% -
HSV(B) 116.14º 1% 0.98% -
XYZ 34.42 68.49 11.43 -
YUV 151.95 42.81 31.75 -
System Red Green Blue C M Y K H S L
Decimal 17 250 1 0.93 0 1.00 0.02 116.14 0.99 0.49
Hex 11 FA 1 5D 0 64 2 74 63 31
Octal 21 372 1 135 0 144 2 164 143 61
Binary 10001 11111010 1 1011101 0 1100100 10 1110100 1100011 110001

Color Harmonies of #11FA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11FA01

Black with #11FA01

Text Example


Text Example

White with #11FA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11FA01; }

 p { color: rgb(17,250,1); }

 H1.HeaderClassName
 {
   color: #11FA01;
 }
 .AnyTagClassName
 {
   color: #11FA01;
 }
</style>

background-color css

<style>
 a { background-color: #11FA01; }

 a { background-color: rgb(17,250,1); }

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

border-color css

<style>
 span { border-color: #11FA01; }

 span { border-color: rgb(17,250,1); }

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