Html Css Color HEX #01E300 Lime

📋 copy color: '#01E300'

red 1 ◦ green 227 ◦ blue 0

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

Shades of Lime #01E300

Tints of Lime #01E300

RGB

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

 GREEN value IS 227 (89.06% from 255) = 99.56%

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

R = 0.44%
G = 99.56%
B = 0%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#01E300 (or 0x01E300) is known color: Lime. HEX triplet: 01, E3 and 00. RGB value is (1,227,0). Sum of RGB (Red+Green+Blue) = 1+227+0=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 227 (89.06% from 255 or 99.56% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 227 - color contains mainly: green. Hex color #01E300 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01E300 is #FE1CFF. Grayscale: #868686. Windows color (decimal): -16653568 or 58113. OLE color: 58113.

HSL color Cylindrical-coordinate representation of color #01E300: hue angle of 119.74º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E300 is Cyan = 1.00, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.

Color convert

RGB 1 227 0 -
CMYK 1.00 0 1 0.11
HSL 119.74º 1% 0.45% -
HSV(B) 119.74º 1% 0.89% -
XYZ 27.48 54.94 9.16 -
YUV 133.55 52.63 33.46 -
System Red Green Blue C M Y K H S L
Decimal 1 227 0 1.00 0 1 0.11 119.74 1 0.45
Hex 1 E3 0 64 0 64 B 78 64 2D
Octal 1 343 0 144 0 144 13 170 144 55
Binary 1 11100011 0 1100100 0 1100100 1011 1111000 1100100 101101

Color Harmonies of #01E300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01E300

Black with #01E300

Text Example


Text Example

White with #01E300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,227,0); }

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

background-color css

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

 a { background-color: rgb(1,227,0); }

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

border-color css

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

 span { border-color: rgb(1,227,0); }

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