Html Css Color HEX #07F504 Lime

📋 copy color: '#07F504'

red 7 ◦ green 245 ◦ blue 4

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

Shades of Lime #07F504

Tints of Lime #07F504

RGB

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

 GREEN value IS 245 (96.09% from 255) = 95.7%

 BLUE value IS 4 (1.95% from 255) = 1.56%

R = 2.73%
G = 95.7%
B = 1.56%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#07F504 (or 0x07F504) is known color: Lime. HEX triplet: 07, F5 and 04. RGB value is (7,245,4). Sum of RGB (Red+Green+Blue) = 7+245+4=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 245 (96.09% from 255 or 95.70% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 245 - color contains mainly: green. Hex color #07F504 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07F504 is #F80AFB. Grayscale: #939393. Windows color (decimal): -16255740 or 324871. OLE color: 324871.

HSL color Cylindrical-coordinate representation of color #07F504: hue angle of 119.25º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #07F504 is Cyan = 0.97, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 7 245 4 -
CMYK 0.97 0 0.98 0.04
HSL 119.25º 0.97% 0.49% -
HSV(B) 119.25º 0.98% 0.96% -
XYZ 32.76 65.36 11 -
YUV 146.36 47.65 28.6 -
System Red Green Blue C M Y K H S L
Decimal 7 245 4 0.97 0 0.98 0.04 119.25 0.97 0.49
Hex 7 F5 4 61 0 62 4 77 61 31
Octal 7 365 4 141 0 142 4 167 141 61
Binary 111 11110101 100 1100001 0 1100010 100 1110111 1100001 110001

Color Harmonies of #07F504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07F504

Black with #07F504

Text Example


Text Example

White with #07F504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,245,4); }

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

background-color css

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

 a { background-color: rgb(7,245,4); }

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

border-color css

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

 span { border-color: rgb(7,245,4); }

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