Html Css Color HEX #03F901 Lime

📋 copy color: '#03F901'

red 3 ◦ green 249 ◦ blue 1

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

Shades of Lime #03F901

Tints of Lime #03F901

RGB

 RED value IS 3 (1.56% from 255) = 1.19%

 GREEN value IS 249 (97.66% from 255) = 98.42%

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

R = 1.19%
G = 98.42%
B = 0.4%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#03F901 (or 0x03F901) is known color: Lime. HEX triplet: 03, F9 and 01. RGB value is (3,249,1). Sum of RGB (Red+Green+Blue) = 3+249+1=253 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 253); Green value is 249 (97.66% from 255 or 98.42% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 249 - color contains mainly: green. Hex color #03F901 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03F901 is #FC06FE. Grayscale: #939393. Windows color (decimal): -16516863 or 129283. OLE color: 129283.

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

Color convert

RGB 3 249 1 -
CMYK 0.99 0 1.00 0.02
HSL 119.52º 0.99% 0.49% -
HSV(B) 119.52º 1% 0.98% -
XYZ 33.92 67.77 11.32 -
YUV 147.17 45.5 25.17 -
System Red Green Blue C M Y K H S L
Decimal 3 249 1 0.99 0 1.00 0.02 119.52 0.99 0.49
Hex 3 F9 1 63 0 64 2 78 63 31
Octal 3 371 1 143 0 144 2 170 143 61
Binary 11 11111001 1 1100011 0 1100100 10 1111000 1100011 110001

Color Harmonies of #03F901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03F901

Black with #03F901

Text Example


Text Example

White with #03F901

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03F901;
 }
 .AnyTagClassName
 {
   color: #03F901;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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