Html Css Color HEX #05EA01 Lime

📋 copy color: '#05EA01'

red 5 ◦ green 234 ◦ blue 1

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

Shades of Lime #05EA01

Tints of Lime #05EA01

RGB

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

 GREEN value IS 234 (91.8% from 255) = 97.5%

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

R = 2.08%
G = 97.5%
B = 0.42%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#05EA01 (or 0x05EA01) is known color: Lime. HEX triplet: 05, EA and 01. RGB value is (5,234,1). Sum of RGB (Red+Green+Blue) = 5+234+1=240 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.08% from 240); Green value is 234 (91.80% from 255 or 97.5% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 234 - color contains mainly: green. Hex color #05EA01 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05EA01 is #FA15FE. Grayscale: #8B8B8B. Windows color (decimal): -16389631 or 125445. OLE color: 125445.

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

Color convert

RGB 5 234 1 -
CMYK 0.98 0 1.00 0.08
HSL 118.97º 0.99% 0.46% -
HSV(B) 118.97º 1% 0.92% -
XYZ 29.49 58.88 9.84 -
YUV 138.97 50.13 32.45 -
System Red Green Blue C M Y K H S L
Decimal 5 234 1 0.98 0 1.00 0.08 118.97 0.99 0.46
Hex 5 EA 1 62 0 64 8 77 63 2E
Octal 5 352 1 142 0 144 10 167 143 56
Binary 101 11101010 1 1100010 0 1100100 1000 1110111 1100011 101110

Color Harmonies of #05EA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05EA01

Black with #05EA01

Text Example


Text Example

White with #05EA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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