Html Css Color HEX #09F302 Lime

📋 copy color: '#09F302'

red 9 ◦ green 243 ◦ blue 2

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

Shades of Lime #09F302

Tints of Lime #09F302

RGB

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

 GREEN value IS 243 (95.31% from 255) = 95.67%

 BLUE value IS 2 (1.17% from 255) = 0.79%

R = 3.54%
G = 95.67%
B = 0.79%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#09F302 (or 0x09F302) is known color: Lime. HEX triplet: 09, F3 and 02. RGB value is (9,243,2). Sum of RGB (Red+Green+Blue) = 9+243+2=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 243 (95.31% from 255 or 95.67% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 243 - color contains mainly: green. Hex color #09F302 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09F302 is #F60CFD. Grayscale: #929292. Windows color (decimal): -16125182 or 193289. OLE color: 193289.

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

Color convert

RGB 9 243 2 -
CMYK 0.96 0 0.99 0.05
HSL 118.26º 0.98% 0.48% -
HSV(B) 118.26º 0.99% 0.95% -
XYZ 32.17 64.16 10.75 -
YUV 145.56 46.98 30.6 -
System Red Green Blue C M Y K H S L
Decimal 9 243 2 0.96 0 0.99 0.05 118.26 0.98 0.48
Hex 9 F3 2 60 0 63 5 76 62 30
Octal 11 363 2 140 0 143 5 166 142 60
Binary 1001 11110011 10 1100000 0 1100011 101 1110110 1100010 110000

Color Harmonies of #09F302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F302

Black with #09F302

Text Example


Text Example

White with #09F302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,243,2); }

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

background-color css

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

 a { background-color: rgb(9,243,2); }

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

border-color css

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

 span { border-color: rgb(9,243,2); }

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