#05F901

Color #05F901 Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime #05F901

Tints of Lime #05F901

Color information

#05F901 (or 0x05F901) is unknown color: approx Lime. HEX triplet: 05, F9 and 01. RGB value is (5,249,1). Sum of RGB (Red+Green+Blue) = 5+249+1=255 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.96% from 255); Green value is 249 (97.66% from 255 or 97.65% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 249 - color contains mainly: green. Hex color #05F901 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05F901 is #FA06FE. Grayscale: #949494. Windows color (decimal): -16385791 or 129285. OLE color: 129285.

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

Color convert

RGB52491-
CMYK0.9801.000.02
HSL119.03º99.2%49.02%-
HSV(B)119.03º99.6%97.65%-
XYZ33.9467.7911.32-
YUV147.7745.1626.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.96%
GREEN value IS 249 (97.66% from 255) = 97.65%
BLUE value IS 1 (0.78% from 255) = 0.39%
R=1.96%
G=97.65%
B=0.39%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal524910.9801.000.02119.0399.249.02
Hex5F91620642776331
Octal537111420144216714361
Binary1011111100111100010011001001011101111100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05F901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #05F901;
 }
 .AnyTagClassName
 {
   color: #05F901;
 }
</style>
background-color css

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

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

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

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

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

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