Html Css Color HEX #07FB03 Lime

📋 copy color: '#07FB03'

red 7 ◦ green 251 ◦ blue 3

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

Shades of Lime #07FB03

Tints of Lime #07FB03

RGB

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

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

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

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

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

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

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

Color convert

RGB 7 251 3 -
CMYK 0.97 0 0.99 0.02
HSL 119.03º 0.98% 0.5% -
HSV(B) 119.03º 0.99% 0.98% -
XYZ 34.6 69.05 11.59 -
YUV 149.77 45.16 26.17 -
System Red Green Blue C M Y K H S L
Decimal 7 251 3 0.97 0 0.99 0.02 119.03 0.98 0.5
Hex 7 FB 3 61 0 63 2 77 62 32
Octal 7 373 3 141 0 143 2 167 142 62
Binary 111 11111011 11 1100001 0 1100011 10 1110111 1100010 110010

Color Harmonies of #07FB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07FB03

Black with #07FB03

Text Example


Text Example

White with #07FB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07FB03; }

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

 H1.HeaderClassName
 {
   color: #07FB03;
 }
 .AnyTagClassName
 {
   color: #07FB03;
 }
</style>

background-color css

<style>
 a { background-color: #07FB03; }

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

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

border-color css

<style>
 span { border-color: #07FB03; }

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

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