Html Css Color HEX #07FE03 Lime

📋 copy color: '#07FE03'

red 7 ◦ green 254 ◦ blue 3

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

Shades of Lime #07FE03

Tints of Lime #07FE03

RGB

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

 GREEN value IS 254 (99.61% from 255) = 96.21%

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

R = 2.65%
G = 96.21%
B = 1.14%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#07FE03 (or 0x07FE03) is known color: Lime. HEX triplet: 07, FE and 03. RGB value is (7,254,3). Sum of RGB (Red+Green+Blue) = 7+254+3=264 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.65% from 264); Green value is 254 (99.61% from 255 or 96.21% from 264); Blue value is 3 (1.56% from 255 or 1.14% from 264); Max value from RGB is 254 - color contains mainly: green. Hex color #07FE03 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07FE03 is #F801FC. Grayscale: #989898. Windows color (decimal): -16253437 or 261639. OLE color: 261639.

HSL color Cylindrical-coordinate representation of color #07FE03: hue angle of 119.04º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #07FE03 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.

Color convert

RGB 7 254 3 -
CMYK 0.97 0 0.99 0.00
HSL 119.04º 0.99% 0.5% -
HSV(B) 119.04º 0.99% 1% -
XYZ 35.55 70.94 11.9 -
YUV 151.53 44.17 24.91 -
System Red Green Blue C M Y K H S L
Decimal 7 254 3 0.97 0 0.99 0.00 119.04 0.99 0.5
Hex 7 FE 3 61 0 63 0 77 63 32
Octal 7 376 3 141 0 143 0 167 143 62
Binary 111 11111110 11 1100001 0 1100011 0 1110111 1100011 110010

Color Harmonies of #07FE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07FE03

Black with #07FE03

Text Example


Text Example

White with #07FE03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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