Html Css Color HEX #00EE04 Lime

📋 copy color: '#00EE04'

red 0 ◦ green 238 ◦ blue 4

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

Shades of Lime #00EE04

Tints of Lime #00EE04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.65%

R = 0%
G = 98.35%
B = 1.65%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#00EE04 (or 0x00EE04) is known color: Lime. HEX triplet: 00, EE and 04. RGB value is (0,238,4). Sum of RGB (Red+Green+Blue) = 0+238+4=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 238 (93.36% from 255 or 98.35% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 238 - color contains mainly: green. Hex color #00EE04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #00EE04 is #FF11FB. Grayscale: #8C8C8C. Windows color (decimal): -16716284 or 323072. OLE color: 323072.

HSL color Cylindrical-coordinate representation of color #00EE04: hue angle of 121.01º 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 #00EE04 is Cyan = 1, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 0 238 4 -
CMYK 1 0 0.98 0.07
HSL 121.01º 1% 0.47% -
HSV(B) 121.01º 1% 0.93% -
XYZ 30.6 61.16 10.31 -
YUV 140.16 51.15 28.03 -
System Red Green Blue C M Y K H S L
Decimal 0 238 4 1 0 0.98 0.07 121.01 1 0.47
Hex 0 EE 4 64 0 62 7 79 64 2F
Octal 0 356 4 144 0 142 7 171 144 57
Binary 0 11101110 100 1100100 0 1100010 111 1111001 1100100 101111

Color Harmonies of #00EE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00EE04

Black with #00EE04

Text Example


Text Example

White with #00EE04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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