Html Css Color HEX #09FD03 Lime

📋 copy color: '#09FD03'

red 9 ◦ green 253 ◦ blue 3

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

Shades of Lime #09FD03

Tints of Lime #09FD03

RGB

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

 GREEN value IS 253 (99.22% from 255) = 95.47%

 BLUE value IS 3 (1.56% from 255) = 1.13%

R = 3.4%
G = 95.47%
B = 1.13%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#09FD03 (or 0x09FD03) is known color: Lime. HEX triplet: 09, FD and 03. RGB value is (9,253,3). Sum of RGB (Red+Green+Blue) = 9+253+3=265 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.40% from 265); Green value is 253 (99.22% from 255 or 95.47% from 265); Blue value is 3 (1.56% from 255 or 1.13% from 265); Max value from RGB is 253 - color contains mainly: green. Hex color #09FD03 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09FD03 is #F602FC. Grayscale: #989898. Windows color (decimal): -16122621 or 261385. OLE color: 261385.

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

Color convert

RGB 9 253 3 -
CMYK 0.96 0 0.99 0.01
HSL 118.56º 0.98% 0.5% -
HSV(B) 118.56º 0.99% 0.99% -
XYZ 35.25 70.32 11.8 -
YUV 151.54 44.16 26.33 -
System Red Green Blue C M Y K H S L
Decimal 9 253 3 0.96 0 0.99 0.01 118.56 0.98 0.5
Hex 9 FD 3 60 0 63 1 77 62 32
Octal 11 375 3 140 0 143 1 167 142 62
Binary 1001 11111101 11 1100000 0 1100011 1 1110111 1100010 110010

Color Harmonies of #09FD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FD03

Black with #09FD03

Text Example


Text Example

White with #09FD03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,253,3); }

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

background-color css

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

 a { background-color: rgb(9,253,3); }

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

border-color css

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

 span { border-color: rgb(9,253,3); }

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