#05FF03

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

Shades of Lime #05FF03

Tints of Lime #05FF03

Color information

#05FF03 (or 0x05FF03) is unknown color: approx Lime. HEX triplet: 05, FF and 03. RGB value is (5,255,3). Sum of RGB (Red+Green+Blue) = 5+255+3=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 255 (100% from 255 or 96.96% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 255 - color contains mainly: green. Hex color #05FF03 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05FF03 is #FA00FC. Grayscale: #989898. Windows color (decimal): -16384253 or 261893. OLE color: 261893.

HSL color Cylindrical-coordinate representation of color #05FF03: hue angle of 119.52º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #05FF03 is Cyan = 0.98, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.

Color convert

RGB52553-
CMYK0.9800.990
HSL119.52º100%50.59%-
HSV(B)119.52º98.82%100%-
XYZ35.8471.5612.01-
YUV151.5244.1823.49-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.90%
GREEN value IS 255 (100% from 255) = 96.96%
BLUE value IS 3 (1.56% from 255) = 1.14%
R=1.90%
G=96.96%
B=1.14%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal525530.9800.990119.5210050.59
Hex5FF3620630786433
Octal537731420143017014463
Binary1011111111111110001001100011011110001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05FF03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,255,3); }

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

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

 a { background-color: rgb(5,255,3); }

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

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

 span { border-color: rgb(5,255,3); }

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