Html Css Color HEX #55DD30 Lime Green

📋 copy color: '#55DD30'

red 85 ◦ green 221 ◦ blue 48

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

Shades of Lime Green #55DD30

Tints of Lime Green #55DD30

RGB

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

 GREEN value IS 221 (86.72% from 255) = 62.43%

 BLUE value IS 48 (19.14% from 255) = 13.56%

R = 24.01%
G = 62.43%
B = 13.56%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#55DD30 (or 0x55DD30) is known color: Lime Green. HEX triplet: 55, DD and 30. RGB value is (85,221,48). Sum of RGB (Red+Green+Blue) = 85+221+48=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 221 (86.72% from 255 or 62.43% from 354); Blue value is 48 (19.14% from 255 or 13.56% from 354); Max value from RGB is 221 - color contains mainly: green. Hex color #55DD30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55DD30 is #AA22CF. Grayscale: #A1A1A1. Windows color (decimal): -11150032 or 3202389. OLE color: 3202389.

HSL color Cylindrical-coordinate representation of color #55DD30: hue angle of 107.17º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55DD30 is Cyan = 0.62, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 221 48 -
CMYK 0.62 0 0.78 0.13
HSL 107.17º 0.72% 0.53% -
HSV(B) 107.17º 0.78% 0.87% -
XYZ 30.14 53.86 11.6 -
YUV 160.61 64.44 74.07 -
System Red Green Blue C M Y K H S L
Decimal 85 221 48 0.62 0 0.78 0.13 107.17 0.72 0.53
Hex 55 DD 30 3E 0 4E D 6B 48 35
Octal 125 335 60 76 0 116 15 153 110 65
Binary 1010101 11011101 110000 111110 0 1001110 1101 1101011 1001000 110101

Color Harmonies of #55DD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DD30

Black with #55DD30

Text Example


Text Example

White with #55DD30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,221,48); }

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

background-color css

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

 a { background-color: rgb(85,221,48); }

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

border-color css

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

 span { border-color: rgb(85,221,48); }

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