Html Css Color HEX #55E330 Lime Green

📋 copy color: '#55E330'

red 85 ◦ green 227 ◦ blue 48

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

Shades of Lime Green #55E330

Tints of Lime Green #55E330

RGB

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

 GREEN value IS 227 (89.06% from 255) = 63.06%

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

R = 23.61%
G = 63.06%
B = 13.33%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#55E330 (or 0x55E330) is known color: Lime Green. HEX triplet: 55, E3 and 30. RGB value is (85,227,48). Sum of RGB (Red+Green+Blue) = 85+227+48=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 227 (89.06% from 255 or 63.06% from 360); Blue value is 48 (19.14% from 255 or 13.33% from 360); Max value from RGB is 227 - color contains mainly: green. Hex color #55E330 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E330 is #AA1CCF. Grayscale: #A4A4A4. Windows color (decimal): -11148496 or 3203925. OLE color: 3203925.

HSL color Cylindrical-coordinate representation of color #55E330: hue angle of 107.6º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55E330 is Cyan = 0.63, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB 85 227 48 -
CMYK 0.63 0 0.79 0.11
HSL 107.6º 0.76% 0.54% -
HSV(B) 107.6º 0.79% 0.89% -
XYZ 31.75 57.08 12.14 -
YUV 164.14 62.46 71.55 -
System Red Green Blue C M Y K H S L
Decimal 85 227 48 0.63 0 0.79 0.11 107.6 0.76 0.54
Hex 55 E3 30 3F 0 4F B 6C 4C 36
Octal 125 343 60 77 0 117 13 154 114 66
Binary 1010101 11100011 110000 111111 0 1001111 1011 1101100 1001100 110110

Color Harmonies of #55E330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E330

Black with #55E330

Text Example


Text Example

White with #55E330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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