Html Css Color HEX #09FC02 Lime

📋 copy color: '#09FC02'

red 9 ◦ green 252 ◦ blue 2

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

Shades of Lime #09FC02

Tints of Lime #09FC02

RGB

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

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

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

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

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

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

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

Color convert

RGB 9 252 2 -
CMYK 0.96 0 0.99 0.01
HSL 118.32º 0.98% 0.5% -
HSV(B) 118.32º 0.99% 0.99% -
XYZ 34.93 69.68 11.67 -
YUV 150.84 43.99 26.83 -
System Red Green Blue C M Y K H S L
Decimal 9 252 2 0.96 0 0.99 0.01 118.32 0.98 0.5
Hex 9 FC 2 60 0 63 1 76 62 32
Octal 11 374 2 140 0 143 1 166 142 62
Binary 1001 11111100 10 1100000 0 1100011 1 1110110 1100010 110010

Color Harmonies of #09FC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FC02

Black with #09FC02

Text Example


Text Example

White with #09FC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09FC02; }

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

 H1.HeaderClassName
 {
   color: #09FC02;
 }
 .AnyTagClassName
 {
   color: #09FC02;
 }
</style>

background-color css

<style>
 a { background-color: #09FC02; }

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

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

border-color css

<style>
 span { border-color: #09FC02; }

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

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