Html Css Color HEX #0FFB01 Lime

📋 copy color: '#0FFB01'

red 15 ◦ green 251 ◦ blue 1

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

Shades of Lime #0FFB01

Tints of Lime #0FFB01

RGB

 RED value IS 15 (6.25% from 255) = 5.62%

 GREEN value IS 251 (98.44% from 255) = 94.01%

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

R = 5.62%
G = 94.01%
B = 0.37%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#0FFB01 (or 0x0FFB01) is known color: Lime. HEX triplet: 0F, FB and 01. RGB value is (15,251,1). Sum of RGB (Red+Green+Blue) = 15+251+1=267 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.62% from 267); Green value is 251 (98.44% from 255 or 94.01% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFB01 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FFB01 is #F004FE. Grayscale: #989898. Windows color (decimal): -15729919 or 129807. OLE color: 129807.

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

Color convert

RGB 15 251 1 -
CMYK 0.94 0 1.00 0.02
HSL 116.64º 0.99% 0.49% -
HSV(B) 116.64º 1% 0.98% -
XYZ 34.7 69.1 11.54 -
YUV 151.94 42.81 30.33 -
System Red Green Blue C M Y K H S L
Decimal 15 251 1 0.94 0 1.00 0.02 116.64 0.99 0.49
Hex F FB 1 5E 0 64 2 75 63 31
Octal 17 373 1 136 0 144 2 165 143 61
Binary 1111 11111011 1 1011110 0 1100100 10 1110101 1100011 110001

Color Harmonies of #0FFB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFB01

Black with #0FFB01

Text Example


Text Example

White with #0FFB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0FFB01; }

 p { color: rgb(15,251,1); }

 H1.HeaderClassName
 {
   color: #0FFB01;
 }
 .AnyTagClassName
 {
   color: #0FFB01;
 }
</style>

background-color css

<style>
 a { background-color: #0FFB01; }

 a { background-color: rgb(15,251,1); }

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

border-color css

<style>
 span { border-color: #0FFB01; }

 span { border-color: rgb(15,251,1); }

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