Html Css Color HEX #09FA05 Lime

📋 copy color: '#09FA05'

red 9 ◦ green 250 ◦ blue 5

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

Shades of Lime #09FA05

Tints of Lime #09FA05

RGB

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

 GREEN value IS 250 (98.05% from 255) = 94.7%

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

R = 3.41%
G = 94.7%
B = 1.89%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#09FA05 (or 0x09FA05) is known color: Lime. HEX triplet: 09, FA and 05. RGB value is (9,250,5). Sum of RGB (Red+Green+Blue) = 9+250+5=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 250 (98.05% from 255 or 94.70% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 250 - color contains mainly: green. Hex color #09FA05 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09FA05 is #F605FA. Grayscale: #969696. Windows color (decimal): -16123387 or 391689. OLE color: 391689.

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

Color convert

RGB 9 250 5 -
CMYK 0.96 0 0.98 0.02
HSL 119.02º 0.96% 0.5% -
HSV(B) 119.02º 0.98% 0.98% -
XYZ 34.33 68.44 11.54 -
YUV 150.01 46.16 27.42 -
System Red Green Blue C M Y K H S L
Decimal 9 250 5 0.96 0 0.98 0.02 119.02 0.96 0.5
Hex 9 FA 5 60 0 62 2 77 60 32
Octal 11 372 5 140 0 142 2 167 140 62
Binary 1001 11111010 101 1100000 0 1100010 10 1110111 1100000 110010

Color Harmonies of #09FA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FA05

Black with #09FA05

Text Example


Text Example

White with #09FA05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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