Html Css Color HEX #02FC09 Lime

📋 copy color: '#02FC09'

red 2 ◦ green 252 ◦ blue 9

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

Shades of Lime #02FC09

Tints of Lime #02FC09

RGB

 RED value IS 2 (1.17% from 255) = 0.76%

 GREEN value IS 252 (98.83% from 255) = 95.82%

 BLUE value IS 9 (3.91% from 255) = 3.42%

R = 0.76%
G = 95.82%
B = 3.42%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#02FC09 (or 0x02FC09) is known color: Lime. HEX triplet: 02, FC and 09. RGB value is (2,252,9). Sum of RGB (Red+Green+Blue) = 2+252+9=263 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 263); Green value is 252 (98.83% from 255 or 95.82% from 263); Blue value is 9 (3.91% from 255 or 3.42% from 263); Max value from RGB is 252 - color contains mainly: green. Hex color #02FC09 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #02FC09 is #FD03F6. Grayscale: #969696. Windows color (decimal): -16581623 or 654338. OLE color: 654338.

HSL color Cylindrical-coordinate representation of color #02FC09: hue angle of 121.68º 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 #02FC09 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 2 252 9 -
CMYK 0.99 0 0.96 0.01
HSL 121.68º 0.98% 0.5% -
HSV(B) 121.68º 0.99% 0.99% -
XYZ 34.88 69.65 11.86 -
YUV 149.55 48.68 22.76 -
System Red Green Blue C M Y K H S L
Decimal 2 252 9 0.99 0 0.96 0.01 121.68 0.98 0.5
Hex 2 FC 9 63 0 60 1 7A 62 32
Octal 2 374 11 143 0 140 1 172 142 62
Binary 10 11111100 1001 1100011 0 1100000 1 1111010 1100010 110010

Color Harmonies of #02FC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02FC09

Black with #02FC09

Text Example


Text Example

White with #02FC09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,252,9); }

 H1.HeaderClassName
 {
   color: #02FC09;
 }
 .AnyTagClassName
 {
   color: #02FC09;
 }
</style>

background-color css

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

 a { background-color: rgb(2,252,9); }

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

border-color css

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

 span { border-color: rgb(2,252,9); }

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