Html Css Color HEX #09ED01 Lime

📋 copy color: '#09ED01'

red 9 ◦ green 237 ◦ blue 1

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

Shades of Lime #09ED01

Tints of Lime #09ED01

RGB

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

 GREEN value IS 237 (92.97% from 255) = 95.95%

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 3.64%
G = 95.95%
B = 0.4%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#09ED01 (or 0x09ED01) is known color: Lime. HEX triplet: 09, ED and 01. RGB value is (9,237,1). Sum of RGB (Red+Green+Blue) = 9+237+1=247 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.64% from 247); Green value is 237 (92.97% from 255 or 95.95% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 237 - color contains mainly: green. Hex color #09ED01 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09ED01 is #F612FE. Grayscale: #8E8E8E. Windows color (decimal): -16126719 or 126217. OLE color: 126217.

HSL color Cylindrical-coordinate representation of color #09ED01: hue angle of 117.97º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #09ED01 is Cyan = 0.96, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 9 237 1 -
CMYK 0.96 0 1.00 0.07
HSL 117.97º 0.99% 0.47% -
HSV(B) 117.97º 1% 0.93% -
XYZ 30.4 60.63 10.13 -
YUV 141.92 48.46 33.19 -
System Red Green Blue C M Y K H S L
Decimal 9 237 1 0.96 0 1.00 0.07 117.97 0.99 0.47
Hex 9 ED 1 60 0 64 7 76 63 2F
Octal 11 355 1 140 0 144 7 166 143 57
Binary 1001 11101101 1 1100000 0 1100100 111 1110110 1100011 101111

Color Harmonies of #09ED01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09ED01

Black with #09ED01

Text Example


Text Example

White with #09ED01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,237,1); }

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

background-color css

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

 a { background-color: rgb(9,237,1); }

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

border-color css

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

 span { border-color: rgb(9,237,1); }

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