Html Css Color HEX #55DB38 Lime Green

📋 copy color: '#55DB38'

red 85 ◦ green 219 ◦ blue 56

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

Shades of Lime Green #55DB38

Tints of Lime Green #55DB38

RGB

 RED value IS 85 (33.59% from 255) = 23.61%

 GREEN value IS 219 (85.94% from 255) = 60.83%

 BLUE value IS 56 (22.27% from 255) = 15.56%

R = 23.61%
G = 60.83%
B = 15.56%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#55DB38 (or 0x55DB38) is known color: Lime Green. HEX triplet: 55, DB and 38. RGB value is (85,219,56). Sum of RGB (Red+Green+Blue) = 85+219+56=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 219 (85.94% from 255 or 60.83% from 360); Blue value is 56 (22.27% from 255 or 15.56% from 360); Max value from RGB is 219 - color contains mainly: green. Hex color #55DB38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55DB38 is #AA24C7. Grayscale: #A0A0A0. Windows color (decimal): -11150536 or 3726165. OLE color: 3726165.

HSL color Cylindrical-coordinate representation of color #55DB38: hue angle of 109.33º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #55DB38 is Cyan = 0.61, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 219 56 -
CMYK 0.61 0 0.74 0.14
HSL 109.33º 0.69% 0.54% -
HSV(B) 109.33º 0.74% 0.86% -
XYZ 29.79 52.88 12.38 -
YUV 160.35 69.11 74.25 -
System Red Green Blue C M Y K H S L
Decimal 85 219 56 0.61 0 0.74 0.14 109.33 0.69 0.54
Hex 55 DB 38 3D 0 4A E 6D 45 36
Octal 125 333 70 75 0 112 16 155 105 66
Binary 1010101 11011011 111000 111101 0 1001010 1110 1101101 1000101 110110

Color Harmonies of #55DB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DB38

Black with #55DB38

Text Example


Text Example

White with #55DB38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55DB38; }

 p { color: rgb(85,219,56); }

 H1.HeaderClassName
 {
   color: #55DB38;
 }
 .AnyTagClassName
 {
   color: #55DB38;
 }
</style>

background-color css

<style>
 a { background-color: #55DB38; }

 a { background-color: rgb(85,219,56); }

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

border-color css

<style>
 span { border-color: #55DB38; }

 span { border-color: rgb(85,219,56); }

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