Html Css Color HEX #09FF06 Lime

📋 copy color: '#09FF06'

red 9 ◦ green 255 ◦ blue 6

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

Shades of Lime #09FF06

Tints of Lime #09FF06

RGB

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

 GREEN value IS 255 (100% from 255) = 94.44%

 BLUE value IS 6 (2.73% from 255) = 2.22%

R = 3.33%
G = 94.44%
B = 2.22%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#09FF06 (or 0x09FF06) is known color: Lime. HEX triplet: 09, FF and 06. RGB value is (9,255,6). Sum of RGB (Red+Green+Blue) = 9+255+6=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 255 (100% from 255 or 94.44% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 255 - color contains mainly: green. Hex color #09FF06 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09FF06 is #F600F9. Grayscale: #999999. Windows color (decimal): -16122106 or 458505. OLE color: 458505.

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

Color convert

RGB 9 255 6 -
CMYK 0.96 0 0.98 0
HSL 119.28º 1% 0.51% -
HSV(B) 119.28º 0.98% 1% -
XYZ 35.91 71.59 12.1 -
YUV 153.06 45 25.25 -
System Red Green Blue C M Y K H S L
Decimal 9 255 6 0.96 0 0.98 0 119.28 1 0.51
Hex 9 FF 6 60 0 62 0 77 64 33
Octal 11 377 6 140 0 142 0 167 144 63
Binary 1001 11111111 110 1100000 0 1100010 0 1110111 1100100 110011

Color Harmonies of #09FF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FF06

Black with #09FF06

Text Example


Text Example

White with #09FF06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,255,6); }

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

background-color css

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

 a { background-color: rgb(9,255,6); }

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

border-color css

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

 span { border-color: rgb(9,255,6); }

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