Html Css Color HEX #55DA3B Lime Green

📋 copy color: '#55DA3B'

red 85 ◦ green 218 ◦ blue 59

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

Shades of Lime Green #55DA3B

Tints of Lime Green #55DA3B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 60.22%

 BLUE value IS 59 (23.44% from 255) = 16.3%

R = 23.48%
G = 60.22%
B = 16.3%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#55DA3B (or 0x55DA3B) is known color: Lime Green. HEX triplet: 55, DA and 3B. RGB value is (85,218,59). Sum of RGB (Red+Green+Blue) = 85+218+59=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 218 (85.55% from 255 or 60.22% from 362); Blue value is 59 (23.44% from 255 or 16.30% from 362); Max value from RGB is 218 - color contains mainly: green. Hex color #55DA3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55DA3B is #AA25C4. Grayscale: #A0A0A0. Windows color (decimal): -11150789 or 3922517. OLE color: 3922517.

HSL color Cylindrical-coordinate representation of color #55DA3B: hue angle of 110.19º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55DA3B is Cyan = 0.61, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 218 59 -
CMYK 0.61 0 0.73 0.15
HSL 110.19º 0.68% 0.54% -
HSV(B) 110.19º 0.73% 0.85% -
XYZ 29.61 52.39 12.69 -
YUV 160.11 70.94 74.43 -
System Red Green Blue C M Y K H S L
Decimal 85 218 59 0.61 0 0.73 0.15 110.19 0.68 0.54
Hex 55 DA 3B 3D 0 49 F 6E 44 36
Octal 125 332 73 75 0 111 17 156 104 66
Binary 1010101 11011010 111011 111101 0 1001001 1111 1101110 1000100 110110

Color Harmonies of #55DA3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DA3B

Black with #55DA3B

Text Example


Text Example

White with #55DA3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,218,59); }

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

background-color css

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

 a { background-color: rgb(85,218,59); }

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

border-color css

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

 span { border-color: rgb(85,218,59); }

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