Html Css Color HEX #07F502 Lime

📋 copy color: '#07F502'

red 7 ◦ green 245 ◦ blue 2

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

Shades of Lime #07F502

Tints of Lime #07F502

RGB

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

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

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

R = 2.76%
G = 96.46%
B = 0.79%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#07F502 (or 0x07F502) is known color: Lime. HEX triplet: 07, F5 and 02. RGB value is (7,245,2). Sum of RGB (Red+Green+Blue) = 7+245+2=254 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.76% from 254); Green value is 245 (96.09% from 255 or 96.46% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 245 - color contains mainly: green. Hex color #07F502 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07F502 is #F80AFD. Grayscale: #929292. Windows color (decimal): -16255742 or 193799. OLE color: 193799.

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

Color convert

RGB 7 245 2 -
CMYK 0.97 0 0.99 0.04
HSL 118.77º 0.98% 0.48% -
HSV(B) 118.77º 0.99% 0.96% -
XYZ 32.75 65.35 10.95 -
YUV 146.14 46.65 28.76 -
System Red Green Blue C M Y K H S L
Decimal 7 245 2 0.97 0 0.99 0.04 118.77 0.98 0.48
Hex 7 F5 2 61 0 63 4 77 62 30
Octal 7 365 2 141 0 143 4 167 142 60
Binary 111 11110101 10 1100001 0 1100011 100 1110111 1100010 110000

Color Harmonies of #07F502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07F502

Black with #07F502

Text Example


Text Example

White with #07F502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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