Html Css Color HEX #09F804 Lime

📋 copy color: '#09F804'

red 9 ◦ green 248 ◦ blue 4

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

Shades of Lime #09F804

Tints of Lime #09F804

RGB

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

 GREEN value IS 248 (97.27% from 255) = 95.02%

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

R = 3.45%
G = 95.02%
B = 1.53%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.98

 K value IS 0.03

RGB Variations

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

Color information

#09F804 (or 0x09F804) is known color: Lime. HEX triplet: 09, F8 and 04. RGB value is (9,248,4). Sum of RGB (Red+Green+Blue) = 9+248+4=261 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.45% from 261); Green value is 248 (97.27% from 255 or 95.02% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 248 - color contains mainly: green. Hex color #09F804 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09F804 is #F607FB. Grayscale: #959595. Windows color (decimal): -16123900 or 325641. OLE color: 325641.

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

Color convert

RGB 9 248 4 -
CMYK 0.96 0 0.98 0.03
HSL 118.77º 0.97% 0.49% -
HSV(B) 118.77º 0.98% 0.97% -
XYZ 33.7 67.2 11.31 -
YUV 148.72 46.32 28.34 -
System Red Green Blue C M Y K H S L
Decimal 9 248 4 0.96 0 0.98 0.03 118.77 0.97 0.49
Hex 9 F8 4 60 0 62 3 77 61 31
Octal 11 370 4 140 0 142 3 167 141 61
Binary 1001 11111000 100 1100000 0 1100010 11 1110111 1100001 110001

Color Harmonies of #09F804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F804

Black with #09F804

Text Example


Text Example

White with #09F804

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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