#05EE00

Color #05EE00 Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime #05EE00

Tints of Lime #05EE00

Color information

#05EE00 (or 0x05EE00) is unknown color: approx Lime. HEX triplet: 05, EE and 00. RGB value is (5,238,0). Sum of RGB (Red+Green+Blue) = 5+238+0=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 238 (93.36% from 255 or 97.94% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 238 - color contains mainly: green. Hex color #05EE00 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #05EE00 is #FA11FF. Grayscale: #8D8D8D. Windows color (decimal): -16388608 or 60933. OLE color: 60933.

HSL color Cylindrical-coordinate representation of color #05EE00: hue angle of 118.74º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #05EE00 is Cyan = 0.98, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB52380-
CMYK0.98010.07
HSL118.74º100%46.67%-
HSV(B)118.74º100%93.33%-
XYZ30.6461.1810.19-
YUV141.248.3130.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.06%
GREEN value IS 238 (93.36% from 255) = 97.94%
BLUE value IS 0 (0.39% from 255) = 0%
R=2.06%
G=97.94%
B=0%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal523800.98010.07118.7410046.67
Hex5EE062064777642f
Octal535601420144716714457
Binary10111101110011000100110010011111101111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05EE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #05EE00;
 }
 .AnyTagClassName
 {
   color: #05EE00;
 }
</style>
background-color css

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

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

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

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

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

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