#02fd07

Color #02FD07 Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime #02FD07

Tints of Lime #02FD07

Color information

#02FD07 (or 0x02FD07) is unknown color: approx Lime. HEX triplet: 02, FD and 07. RGB value is (2,253,7). Sum of RGB (Red+Green+Blue) = 2+253+7=262 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 262); Green value is 253 (99.22% from 255 or 96.56% from 262); Blue value is 7 (3.12% from 255 or 2.67% from 262); Max value from RGB is 253 - color contains mainly: green. Hex color #02FD07 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #02FD07 is #FD02F8. Grayscale: #969696. Windows color (decimal): -16581369 or 523522. OLE color: 523522.

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

Color convert

RGB22537-
CMYK0.9900.970.01
HSL121.2º98.43%50%-
HSV(B)121.2º99.21%99.22%-
XYZ35.1970.2811.91-
YUV149.9147.3422.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.76%
GREEN value IS 253 (99.22% from 255) = 96.56%
BLUE value IS 7 (3.12% from 255) = 2.67%
R=0.76%
G=96.56%
B=2.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal225370.9900.970.01121.298.4350
Hex2FD7630611796232
Octal237571430141117114262
Binary1011111101111110001101100001111110011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02fd07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02fd07; }

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

 H1.HeaderClassName
 {
   color: #02fd07;
 }
 .AnyTagClassName
 {
   color: #02fd07;
 }
</style>
background-color css

<style>
 a { background-color: #02fd07; }

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

 div.DivClassName
 {
   background-color: #02fd07;
 }
 .BgClassName
 {
   background-color: #02fd07;
 }
</style>
border-color css

<style>
 span { border-color: #02fd07; }

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

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