Html Css Color HEX #05FF03 Lime

📋 copy color: '#05FF03'

red 5 ◦ green 255 ◦ blue 3

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

Shades of Lime #05FF03

Tints of Lime #05FF03

RGB

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

 GREEN value IS 255 (100% from 255) = 96.96%

 BLUE value IS 3 (1.56% from 255) = 1.14%

R = 1.9%
G = 96.96%
B = 1.14%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#05FF03 (or 0x05FF03) is known color: 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

RGB 5 255 3 -
CMYK 0.98 0 0.99 0
HSL 119.52º 1% 0.51% -
HSV(B) 119.52º 0.99% 1% -
XYZ 35.84 71.56 12.01 -
YUV 151.52 44.18 23.49 -
System Red Green Blue C M Y K H S L
Decimal 5 255 3 0.98 0 0.99 0 119.52 1 0.51
Hex 5 FF 3 62 0 63 0 78 64 33
Octal 5 377 3 142 0 143 0 170 144 63
Binary 101 11111111 11 1100010 0 1100011 0 1111000 1100100 110011

Color Harmonies of #05FF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05FF03

Black with #05FF03

Text Example


Text Example

White with #05FF03

Text Example


Text Example

HTML Codes & Css Web 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>