Html Css Color HEX #00EE03 Lime

📋 copy color: '#00EE03'

red 0 ◦ green 238 ◦ blue 3

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

Shades of Lime #00EE03

Tints of Lime #00EE03

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 238 (93.36% from 255) = 98.76%

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

R = 0%
G = 98.76%
B = 1.24%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#00EE03 (or 0x00EE03) is known color: Lime. HEX triplet: 00, EE and 03. RGB value is (0,238,3). Sum of RGB (Red+Green+Blue) = 0+238+3=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 238 (93.36% from 255 or 98.76% from 241); Blue value is 3 (1.56% from 255 or 1.24% from 241); Max value from RGB is 238 - color contains mainly: green. Hex color #00EE03 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #00EE03 is #FF11FC. Grayscale: #8C8C8C. Windows color (decimal): -16716285 or 257536. OLE color: 257536.

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

Color convert

RGB 0 238 3 -
CMYK 1 0 0.99 0.07
HSL 120.76º 1% 0.47% -
HSV(B) 120.76º 1% 0.93% -
XYZ 30.59 61.16 10.28 -
YUV 140.05 50.65 28.11 -
System Red Green Blue C M Y K H S L
Decimal 0 238 3 1 0 0.99 0.07 120.76 1 0.47
Hex 0 EE 3 64 0 63 7 79 64 2F
Octal 0 356 3 144 0 143 7 171 144 57
Binary 0 11101110 11 1100100 0 1100011 111 1111001 1100100 101111

Color Harmonies of #00EE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00EE03

Black with #00EE03

Text Example


Text Example

White with #00EE03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00EE03; }

 p { color: rgb(0,238,3); }

 H1.HeaderClassName
 {
   color: #00EE03;
 }
 .AnyTagClassName
 {
   color: #00EE03;
 }
</style>

background-color css

<style>
 a { background-color: #00EE03; }

 a { background-color: rgb(0,238,3); }

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

border-color css

<style>
 span { border-color: #00EE03; }

 span { border-color: rgb(0,238,3); }

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