Html Css Color HEX #07FE08 Lime

📋 copy color: '#07FE08'

red 7 ◦ green 254 ◦ blue 8

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

Shades of Lime #07FE08

Tints of Lime #07FE08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.97%

R = 2.6%
G = 94.42%
B = 2.97%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#07FE08 (or 0x07FE08) is known color: Lime. HEX triplet: 07, FE and 08. RGB value is (7,254,8). Sum of RGB (Red+Green+Blue) = 7+254+8=269 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.60% from 269); Green value is 254 (99.61% from 255 or 94.42% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 254 - color contains mainly: green. Hex color #07FE08 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07FE08 is #F801F7. Grayscale: #989898. Windows color (decimal): -16253432 or 589319. OLE color: 589319.

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

Color convert

RGB 7 254 8 -
CMYK 0.97 0 0.97 0.00
HSL 120.24º 0.99% 0.51% -
HSV(B) 120.24º 0.97% 1% -
XYZ 35.57 70.95 12.05 -
YUV 152.1 46.67 24.5 -
System Red Green Blue C M Y K H S L
Decimal 7 254 8 0.97 0 0.97 0.00 120.24 0.99 0.51
Hex 7 FE 8 61 0 61 0 78 63 33
Octal 7 376 10 141 0 141 0 170 143 63
Binary 111 11111110 1000 1100001 0 1100001 0 1111000 1100011 110011

Color Harmonies of #07FE08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07FE08

Black with #07FE08

Text Example


Text Example

White with #07FE08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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