Html Css Color HEX #5BDE34 Lime Green

📋 copy color: '#5BDE34'

red 91 ◦ green 222 ◦ blue 52

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

Shades of Lime Green #5BDE34

Tints of Lime Green #5BDE34

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.7% from 255) = 14.25%

R = 24.93%
G = 60.82%
B = 14.25%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#5BDE34 (or 0x5BDE34) is known color: 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

RGB 91 222 52 -
CMYK 0.59 0 0.77 0.13
HSL 106.24º 0.72% 0.54% -
HSV(B) 106.24º 0.77% 0.87% -
XYZ 31.06 54.71 12.17 -
YUV 163.45 65.1 76.32 -
System Red Green Blue C M Y K H S L
Decimal 91 222 52 0.59 0 0.77 0.13 106.24 0.72 0.54
Hex 5B DE 34 3B 0 4D D 6A 48 36
Octal 133 336 64 73 0 115 15 152 110 66
Binary 1011011 11011110 110100 111011 0 1001101 1101 1101010 1001000 110110

Color Harmonies of #5BDE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BDE34

Black with #5BDE34

Text Example


Text Example

White with #5BDE34

Text Example


Text Example

HTML Codes & Css Web 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>