Html Css Color HEX #09F000 Lime

📋 copy color: '#09F000'

red 9 ◦ green 240 ◦ blue 0

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

Shades of Lime #09F000

Tints of Lime #09F000

RGB

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

 GREEN value IS 240 (94.14% from 255) = 96.39%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 3.61%
G = 96.39%
B = 0%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#09F000 (or 0x09F000) is known color: Lime. HEX triplet: 09, F0 and 00. RGB value is (9,240,0). Sum of RGB (Red+Green+Blue) = 9+240+0=249 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.61% from 249); Green value is 240 (94.14% from 255 or 96.39% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 240 - color contains mainly: green. Hex color #09F000 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09F000 is #F60FFF. Grayscale: #909090. Windows color (decimal): -16125952 or 61449. OLE color: 61449.

HSL color Cylindrical-coordinate representation of color #09F000: hue angle of 117.75º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #09F000 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 9 240 0 -
CMYK 0.96 0 1 0.06
HSL 117.75º 1% 0.47% -
HSV(B) 117.75º 1% 0.94% -
XYZ 31.27 62.38 10.39 -
YUV 143.57 46.97 32.01 -
System Red Green Blue C M Y K H S L
Decimal 9 240 0 0.96 0 1 0.06 117.75 1 0.47
Hex 9 F0 0 60 0 64 6 76 64 2F
Octal 11 360 0 140 0 144 6 166 144 57
Binary 1001 11110000 0 1100000 0 1100100 110 1110110 1100100 101111

Color Harmonies of #09F000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F000

Black with #09F000

Text Example


Text Example

White with #09F000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,240,0); }

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

background-color css

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

 a { background-color: rgb(9,240,0); }

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

border-color css

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

 span { border-color: rgb(9,240,0); }

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