Html Css Color HEX #07FB02 Lime

📋 copy color: '#07FB02'

red 7 ◦ green 251 ◦ blue 2

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

Shades of Lime #07FB02

Tints of Lime #07FB02

RGB

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

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

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

R = 2.69%
G = 96.54%
B = 0.77%

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

#07FB02 (or 0x07FB02) is known color: Lime. HEX triplet: 07, FB and 02. RGB value is (7,251,2). Sum of RGB (Red+Green+Blue) = 7+251+2=260 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.69% from 260); Green value is 251 (98.44% from 255 or 96.54% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 251 - color contains mainly: green. Hex color #07FB02 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07FB02 is #F804FD. Grayscale: #969696. Windows color (decimal): -16254206 or 195335. OLE color: 195335.

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

Color convert

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

Color Harmonies of #07FB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07FB02

Black with #07FB02

Text Example


Text Example

White with #07FB02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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