Html Css Color HEX #05E901 Lime

📋 copy color: '#05E901'

red 5 ◦ green 233 ◦ blue 1

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

Shades of Lime #05E901

Tints of Lime #05E901

RGB

 RED value IS 5 (2.34% from 255) = 2.09%

 GREEN value IS 233 (91.41% from 255) = 97.49%

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 2.09%
G = 97.49%
B = 0.42%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#05E901 (or 0x05E901) is known color: Lime. HEX triplet: 05, E9 and 01. RGB value is (5,233,1). Sum of RGB (Red+Green+Blue) = 5+233+1=239 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.09% from 239); Green value is 233 (91.41% from 255 or 97.49% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 233 - color contains mainly: green. Hex color #05E901 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05E901 is #FA16FE. Grayscale: #8B8B8B. Windows color (decimal): -16389887 or 125189. OLE color: 125189.

HSL color Cylindrical-coordinate representation of color #05E901: hue angle of 118.97º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #05E901 is Cyan = 0.98, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.09.

Color convert

RGB 5 233 1 -
CMYK 0.98 0 1.00 0.09
HSL 118.97º 0.99% 0.46% -
HSV(B) 118.97º 1% 0.91% -
XYZ 29.21 58.31 9.74 -
YUV 138.38 50.46 32.86 -
System Red Green Blue C M Y K H S L
Decimal 5 233 1 0.98 0 1.00 0.09 118.97 0.99 0.46
Hex 5 E9 1 62 0 64 9 77 63 2E
Octal 5 351 1 142 0 144 11 167 143 56
Binary 101 11101001 1 1100010 0 1100100 1001 1110111 1100011 101110

Color Harmonies of #05E901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05E901

Black with #05E901

Text Example


Text Example

White with #05E901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05E901; }

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

 H1.HeaderClassName
 {
   color: #05E901;
 }
 .AnyTagClassName
 {
   color: #05E901;
 }
</style>

background-color css

<style>
 a { background-color: #05E901; }

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

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

border-color css

<style>
 span { border-color: #05E901; }

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

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