Html Css Color HEX #03FB07 Lime

📋 copy color: '#03FB07'

red 3 ◦ green 251 ◦ blue 7

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

Shades of Lime #03FB07

Tints of Lime #03FB07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.68%

R = 1.15%
G = 96.17%
B = 2.68%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#03FB07 (or 0x03FB07) is known color: Lime. HEX triplet: 03, FB and 07. RGB value is (3,251,7). Sum of RGB (Red+Green+Blue) = 3+251+7=261 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 261); Green value is 251 (98.44% from 255 or 96.17% from 261); Blue value is 7 (3.12% from 255 or 2.68% from 261); Max value from RGB is 251 - color contains mainly: green. Hex color #03FB07 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #03FB07 is #FC04F8. Grayscale: #959595. Windows color (decimal): -16516345 or 523011. OLE color: 523011.

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

Color convert

RGB 3 251 7 -
CMYK 0.99 0 0.97 0.02
HSL 120.97º 0.98% 0.5% -
HSV(B) 120.97º 0.99% 0.98% -
XYZ 34.57 69.03 11.7 -
YUV 149.03 47.84 23.84 -
System Red Green Blue C M Y K H S L
Decimal 3 251 7 0.99 0 0.97 0.02 120.97 0.98 0.5
Hex 3 FB 7 63 0 61 2 79 62 32
Octal 3 373 7 143 0 141 2 171 142 62
Binary 11 11111011 111 1100011 0 1100001 10 1111001 1100010 110010

Color Harmonies of #03FB07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03FB07

Black with #03FB07

Text Example


Text Example

White with #03FB07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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