Html Css Color HEX #13F901 Lime

📋 copy color: '#13F901'

red 19 ◦ green 249 ◦ blue 1

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

Shades of Lime #13F901

Tints of Lime #13F901

RGB

 RED value IS 19 (7.81% from 255) = 7.06%

 GREEN value IS 249 (97.66% from 255) = 92.57%

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

R = 7.06%
G = 92.57%
B = 0.37%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#13F901 (or 0x13F901) is known color: Lime. HEX triplet: 13, F9 and 01. RGB value is (19,249,1). Sum of RGB (Red+Green+Blue) = 19+249+1=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 249 (97.66% from 255 or 92.57% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 249 - color contains mainly: green. Hex color #13F901 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #13F901 is #EC06FE. Grayscale: #989898. Windows color (decimal): -15468287 or 129299. OLE color: 129299.

HSL color Cylindrical-coordinate representation of color #13F901: hue angle of 115.65º 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 #13F901 is Cyan = 0.92, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 249 1 -
CMYK 0.92 0 1.00 0.02
HSL 115.65º 0.99% 0.49% -
HSV(B) 115.65º 1% 0.98% -
XYZ 34.15 67.89 11.33 -
YUV 151.96 42.8 33.17 -
System Red Green Blue C M Y K H S L
Decimal 19 249 1 0.92 0 1.00 0.02 115.65 0.99 0.49
Hex 13 F9 1 5C 0 64 2 74 63 31
Octal 23 371 1 134 0 144 2 164 143 61
Binary 10011 11111001 1 1011100 0 1100100 10 1110100 1100011 110001

Color Harmonies of #13F901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13F901

Black with #13F901

Text Example


Text Example

White with #13F901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13F901; }

 p { color: rgb(19,249,1); }

 H1.HeaderClassName
 {
   color: #13F901;
 }
 .AnyTagClassName
 {
   color: #13F901;
 }
</style>

background-color css

<style>
 a { background-color: #13F901; }

 a { background-color: rgb(19,249,1); }

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

border-color css

<style>
 span { border-color: #13F901; }

 span { border-color: rgb(19,249,1); }

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