Html Css Color HEX #03FB02 Lime

📋 copy color: '#03FB02'

red 3 ◦ green 251 ◦ blue 2

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

Shades of Lime #03FB02

Tints of Lime #03FB02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 1.17%
G = 98.05%
B = 0.78%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#03FB02 (or 0x03FB02) is known color: Lime. HEX triplet: 03, FB and 02. RGB value is (3,251,2). Sum of RGB (Red+Green+Blue) = 3+251+2=256 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 256); Green value is 251 (98.44% from 255 or 98.05% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 251 - color contains mainly: green. Hex color #03FB02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03FB02 is #FC04FD. Grayscale: #959595. Windows color (decimal): -16516350 or 195331. OLE color: 195331.

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

Color convert

RGB 3 251 2 -
CMYK 0.99 0 0.99 0.02
HSL 119.76º 0.98% 0.5% -
HSV(B) 119.76º 0.99% 0.98% -
XYZ 34.55 69.02 11.56 -
YUV 148.46 45.34 24.25 -
System Red Green Blue C M Y K H S L
Decimal 3 251 2 0.99 0 0.99 0.02 119.76 0.98 0.5
Hex 3 FB 2 63 0 63 2 78 62 32
Octal 3 373 2 143 0 143 2 170 142 62
Binary 11 11111011 10 1100011 0 1100011 10 1111000 1100010 110010

Color Harmonies of #03FB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03FB02

Black with #03FB02

Text Example


Text Example

White with #03FB02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,251,2); }

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

background-color css

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

 a { background-color: rgb(3,251,2); }

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

border-color css

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

 span { border-color: rgb(3,251,2); }

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