#5DE434

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

Shades of Lime Green #5DE434

Tints of Lime Green #5DE434

Color information

#5DE434 (or 0x5DE434) is unknown color: approx Lime Green. HEX triplet: 5D, E4 and 34. RGB value is (93,228,52). Sum of RGB (Red+Green+Blue) = 93+228+52=373 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.93% from 373); Green value is 228 (89.45% from 255 or 61.13% from 373); Blue value is 52 (20.70% from 255 or 13.94% from 373); Max value from RGB is 228 - color contains mainly: green. Hex color #5DE434 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DE434 is #A21BCB. Grayscale: #A8A8A8. Windows color (decimal): -10623948 or 3466333. OLE color: 3466333.

HSL color Cylindrical-coordinate representation of color #5DE434: hue angle of 106.02º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5DE434 is Cyan = 0.59, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB9322852-
CMYK0.5900.770.11
HSL106.02º76.52%54.9%-
HSV(B)106.02º77.19%89.41%-
XYZ32.8858.0612.72-
YUV167.5762.7774.81-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.93%
GREEN value IS 228 (89.45% from 255) = 61.13%
BLUE value IS 52 (20.70% from 255) = 13.94%
R=24.93%
G=61.13%
B=13.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal93228520.5900.770.11106.0276.5254.9
Hex5DE4343B04DB6a4d37
Octal135344647301151315211567
Binary10111011110010011010011101101001101101111010101001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DE434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,228,52); }

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

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

 a { background-color: rgb(93,228,52); }

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

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

 span { border-color: rgb(93,228,52); }

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