Html Css Color HEX #05ED03 Lime

📋 copy color: '#05ED03'

red 5 ◦ green 237 ◦ blue 3

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

Shades of Lime #05ED03

Tints of Lime #05ED03

RGB

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

 GREEN value IS 237 (92.97% from 255) = 96.73%

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

R = 2.04%
G = 96.73%
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

#05ED03 (or 0x05ED03) is known color: Lime. HEX triplet: 05, ED and 03. RGB value is (5,237,3). Sum of RGB (Red+Green+Blue) = 5+237+3=245 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.04% from 245); Green value is 237 (92.97% from 255 or 96.73% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 237 - color contains mainly: green. Hex color #05ED03 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05ED03 is #FA12FC. Grayscale: #8D8D8D. Windows color (decimal): -16388861 or 257285. OLE color: 257285.

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

Color convert

RGB 5 237 3 -
CMYK 0.98 0 0.99 0.07
HSL 119.49º 0.98% 0.47% -
HSV(B) 119.49º 0.99% 0.93% -
XYZ 30.36 60.61 10.18 -
YUV 140.96 50.14 31.03 -
System Red Green Blue C M Y K H S L
Decimal 5 237 3 0.98 0 0.99 0.07 119.49 0.98 0.47
Hex 5 ED 3 62 0 63 7 77 62 2F
Octal 5 355 3 142 0 143 7 167 142 57
Binary 101 11101101 11 1100010 0 1100011 111 1110111 1100010 101111

Color Harmonies of #05ED03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05ED03

Black with #05ED03

Text Example


Text Example

White with #05ED03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,237,3); }

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

background-color css

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

 a { background-color: rgb(5,237,3); }

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

border-color css

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

 span { border-color: rgb(5,237,3); }

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