Html Css Color HEX #01EE05 Lime

📋 copy color: '#01EE05'

red 1 ◦ green 238 ◦ blue 5

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

Shades of Lime #01EE05

Tints of Lime #01EE05

RGB

 RED value IS 1 (0.78% from 255) = 0.41%

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

 BLUE value IS 5 (2.34% from 255) = 2.05%

R = 0.41%
G = 97.54%
B = 2.05%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#01EE05 (or 0x01EE05) is known color: Lime. HEX triplet: 01, EE and 05. RGB value is (1,238,5). Sum of RGB (Red+Green+Blue) = 1+238+5=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 238 (93.36% from 255 or 97.54% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 238 - color contains mainly: green. Hex color #01EE05 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01EE05 is #FE11FA. Grayscale: #8D8D8D. Windows color (decimal): -16650747 or 388609. OLE color: 388609.

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

Color convert

RGB 1 238 5 -
CMYK 1.00 0 0.98 0.07
HSL 121.01º 0.99% 0.47% -
HSV(B) 121.01º 1% 0.93% -
XYZ 30.61 61.17 10.34 -
YUV 140.58 51.48 28.45 -
System Red Green Blue C M Y K H S L
Decimal 1 238 5 1.00 0 0.98 0.07 121.01 0.99 0.47
Hex 1 EE 5 64 0 62 7 79 63 2F
Octal 1 356 5 144 0 142 7 171 143 57
Binary 1 11101110 101 1100100 0 1100010 111 1111001 1100011 101111

Color Harmonies of #01EE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01EE05

Black with #01EE05

Text Example


Text Example

White with #01EE05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01EE05; }

 p { color: rgb(1,238,5); }

 H1.HeaderClassName
 {
   color: #01EE05;
 }
 .AnyTagClassName
 {
   color: #01EE05;
 }
</style>

background-color css

<style>
 a { background-color: #01EE05; }

 a { background-color: rgb(1,238,5); }

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

border-color css

<style>
 span { border-color: #01EE05; }

 span { border-color: rgb(1,238,5); }

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