#09EB00

Color #09EB00 Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime #09EB00

Tints of Lime #09EB00

Color information

#09EB00 (or 0x09EB00) is unknown color: approx Lime. HEX triplet: 09, EB and 00. RGB value is (9,235,0). Sum of RGB (Red+Green+Blue) = 9+235+0=244 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.69% from 244); Green value is 235 (92.19% from 255 or 96.31% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 235 - color contains mainly: green. Hex color #09EB00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09EB00 is #F614FF. Grayscale: #8D8D8D. Windows color (decimal): -16127232 or 60169. OLE color: 60169.

HSL color Cylindrical-coordinate representation of color #09EB00: hue angle of 117.7º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #09EB00 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB92350-
CMYK0.96010.08
HSL117.7º100%46.08%-
HSV(B)117.7º100%92.16%-
XYZ29.8259.479.91-
YUV140.6448.6334.11-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.69%
GREEN value IS 235 (92.19% from 255) = 96.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=3.69%
G=96.31%
B=0%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal923500.96010.08117.710046.08
Hex9EB060064876642e
Octal11353014001441016614456
Binary1001111010110110000001100100100011101101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09EB00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,235,0); }

 H1.HeaderClassName
 {
   color: #09EB00;
 }
 .AnyTagClassName
 {
   color: #09EB00;
 }
</style>
background-color css

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

 a { background-color: rgb(9,235,0); }

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

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

 span { border-color: rgb(9,235,0); }

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