Html Css Color HEX #04EE03 Lime

📋 copy color: '#04EE03'

red 4 ◦ green 238 ◦ blue 3

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

Shades of Lime #04EE03

Tints of Lime #04EE03

RGB

 RED value IS 4 (1.95% from 255) = 1.63%

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

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

R = 1.63%
G = 97.14%
B = 1.22%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#04EE03 (or 0x04EE03) is known color: Lime. HEX triplet: 04, EE and 03. RGB value is (4,238,3). Sum of RGB (Red+Green+Blue) = 4+238+3=245 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 245); Green value is 238 (93.36% from 255 or 97.14% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 238 - color contains mainly: green. Hex color #04EE03 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #04EE03 is #FB11FC. Grayscale: #8D8D8D. Windows color (decimal): -16454141 or 257540. OLE color: 257540.

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

Color convert

RGB 4 238 3 -
CMYK 0.98 0 0.99 0.07
HSL 119.74º 0.98% 0.47% -
HSV(B) 119.74º 0.99% 0.93% -
XYZ 30.64 61.18 10.28 -
YUV 141.24 49.98 30.11 -
System Red Green Blue C M Y K H S L
Decimal 4 238 3 0.98 0 0.99 0.07 119.74 0.98 0.47
Hex 4 EE 3 62 0 63 7 78 62 2F
Octal 4 356 3 142 0 143 7 170 142 57
Binary 100 11101110 11 1100010 0 1100011 111 1111000 1100010 101111

Color Harmonies of #04EE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04EE03

Black with #04EE03

Text Example


Text Example

White with #04EE03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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