Html Css Color HEX #09F805 Lime

📋 copy color: '#09F805'

red 9 ◦ green 248 ◦ blue 5

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

Shades of Lime #09F805

Tints of Lime #09F805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.91%

R = 3.44%
G = 94.66%
B = 1.91%

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

#09F805 (or 0x09F805) is known color: Lime. HEX triplet: 09, F8 and 05. RGB value is (9,248,5). Sum of RGB (Red+Green+Blue) = 9+248+5=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 248 (97.27% from 255 or 94.66% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 248 - color contains mainly: green. Hex color #09F805 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09F805 is #F607FA. Grayscale: #959595. Windows color (decimal): -16123899 or 391177. OLE color: 391177.

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

Color convert

RGB 9 248 5 -
CMYK 0.96 0 0.98 0.03
HSL 119.01º 0.96% 0.5% -
HSV(B) 119.01º 0.98% 0.97% -
XYZ 33.71 67.2 11.34 -
YUV 148.84 46.82 28.26 -
System Red Green Blue C M Y K H S L
Decimal 9 248 5 0.96 0 0.98 0.03 119.01 0.96 0.5
Hex 9 F8 5 60 0 62 3 77 60 32
Octal 11 370 5 140 0 142 3 167 140 62
Binary 1001 11111000 101 1100000 0 1100010 11 1110111 1100000 110010

Color Harmonies of #09F805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F805

Black with #09F805

Text Example


Text Example

White with #09F805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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