#5BDE34

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

Shades of Lime Green #5BDE34

Tints of Lime Green #5BDE34

Color information

#5BDE34 (or 0x5BDE34) is unknown color: approx Lime Green. HEX triplet: 5B, DE and 34. RGB value is (91,222,52). Sum of RGB (Red+Green+Blue) = 91+222+52=365 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.93% from 365); Green value is 222 (87.11% from 255 or 60.82% from 365); Blue value is 52 (20.70% from 255 or 14.25% from 365); Max value from RGB is 222 - color contains mainly: green. Hex color #5BDE34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BDE34 is #A421CB. Grayscale: #A4A4A4. Windows color (decimal): -10756556 or 3464795. OLE color: 3464795.

HSL color Cylindrical-coordinate representation of color #5BDE34: hue angle of 106.24º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5BDE34 is Cyan = 0.59, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB9122252-
CMYK0.5900.770.13
HSL106.24º72.03%53.73%-
HSV(B)106.24º76.58%87.06%-
XYZ31.0654.7112.17-
YUV163.4565.176.32-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 24.93%
GREEN value IS 222 (87.11% from 255) = 60.82%
BLUE value IS 52 (20.70% from 255) = 14.25%
R=24.93%
G=60.82%
B=14.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal91222520.5900.770.13106.2472.0353.73
Hex5BDE343B04DD6a4836
Octal133336647301151515211066
Binary10110111101111011010011101101001101110111010101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BDE34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BDE34; }

 p { color: rgb(91,222,52); }

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

<style>
 a { background-color: #5BDE34; }

 a { background-color: rgb(91,222,52); }

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

<style>
 span { border-color: #5BDE34; }

 span { border-color: rgb(91,222,52); }

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