Html Css Color HEX #09FC04 Lime

📋 copy color: '#09FC04'

red 9 ◦ green 252 ◦ blue 4

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

Shades of Lime #09FC04

Tints of Lime #09FC04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.51%

R = 3.4%
G = 95.09%
B = 1.51%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#09FC04 (or 0x09FC04) is known color: Lime. HEX triplet: 09, FC and 04. RGB value is (9,252,4). Sum of RGB (Red+Green+Blue) = 9+252+4=265 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.40% from 265); Green value is 252 (98.83% from 255 or 95.09% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 252 - color contains mainly: green. Hex color #09FC04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09FC04 is #F603FB. Grayscale: #979797. Windows color (decimal): -16122876 or 326665. OLE color: 326665.

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

Color convert

RGB 9 252 4 -
CMYK 0.96 0 0.98 0.01
HSL 118.79º 0.98% 0.5% -
HSV(B) 118.79º 0.98% 0.99% -
XYZ 34.94 69.69 11.72 -
YUV 151.07 44.99 26.67 -
System Red Green Blue C M Y K H S L
Decimal 9 252 4 0.96 0 0.98 0.01 118.79 0.98 0.5
Hex 9 FC 4 60 0 62 1 77 62 32
Octal 11 374 4 140 0 142 1 167 142 62
Binary 1001 11111100 100 1100000 0 1100010 1 1110111 1100010 110010

Color Harmonies of #09FC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FC04

Black with #09FC04

Text Example


Text Example

White with #09FC04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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