Html Css Color HEX #05FB01 Lime

📋 copy color: '#05FB01'

red 5 ◦ green 251 ◦ blue 1

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

Shades of Lime #05FB01

Tints of Lime #05FB01

RGB

 RED value IS 5 (2.34% from 255) = 1.95%

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

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

R = 1.95%
G = 97.67%
B = 0.39%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#05FB01 (or 0x05FB01) is known color: Lime. HEX triplet: 05, FB and 01. RGB value is (5,251,1). Sum of RGB (Red+Green+Blue) = 5+251+1=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 251 (98.44% from 255 or 97.67% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 251 - color contains mainly: green. Hex color #05FB01 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05FB01 is #FA04FE. Grayscale: #959595. Windows color (decimal): -16385279 or 129797. OLE color: 129797.

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

Color convert

RGB 5 251 1 -
CMYK 0.98 0 1.00 0.02
HSL 119.04º 0.99% 0.49% -
HSV(B) 119.04º 1% 0.98% -
XYZ 34.57 69.03 11.53 -
YUV 148.95 44.5 25.33 -
System Red Green Blue C M Y K H S L
Decimal 5 251 1 0.98 0 1.00 0.02 119.04 0.99 0.49
Hex 5 FB 1 62 0 64 2 77 63 31
Octal 5 373 1 142 0 144 2 167 143 61
Binary 101 11111011 1 1100010 0 1100100 10 1110111 1100011 110001

Color Harmonies of #05FB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05FB01

Black with #05FB01

Text Example


Text Example

White with #05FB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05FB01; }

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

 H1.HeaderClassName
 {
   color: #05FB01;
 }
 .AnyTagClassName
 {
   color: #05FB01;
 }
</style>

background-color css

<style>
 a { background-color: #05FB01; }

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

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

border-color css

<style>
 span { border-color: #05FB01; }

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

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