Html Css Color HEX #55F031 Lime Green

📋 copy color: '#55F031'

red 85 ◦ green 240 ◦ blue 49

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

Shades of Lime Green #55F031

Tints of Lime Green #55F031

RGB

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

 GREEN value IS 240 (94.14% from 255) = 64.17%

 BLUE value IS 49 (19.53% from 255) = 13.1%

R = 22.73%
G = 64.17%
B = 13.1%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#55F031 (or 0x55F031) is known color: Lime Green. HEX triplet: 55, F0 and 31. RGB value is (85,240,49). Sum of RGB (Red+Green+Blue) = 85+240+49=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 240 (94.14% from 255 or 64.17% from 374); Blue value is 49 (19.53% from 255 or 13.10% from 374); Max value from RGB is 240 - color contains mainly: green. Hex color #55F031 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F031 is #AA0FCE. Grayscale: #ACACAC. Windows color (decimal): -11145167 or 3272789. OLE color: 3272789.

HSL color Cylindrical-coordinate representation of color #55F031: hue angle of 108.69º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55F031 is Cyan = 0.65, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 240 49 -
CMYK 0.65 0 0.80 0.06
HSL 108.69º 0.86% 0.57% -
HSV(B) 108.69º 0.8% 0.94% -
XYZ 35.46 64.47 13.48 -
YUV 171.88 58.65 66.03 -
System Red Green Blue C M Y K H S L
Decimal 85 240 49 0.65 0 0.80 0.06 108.69 0.86 0.57
Hex 55 F0 31 41 0 50 6 6D 56 39
Octal 125 360 61 101 0 120 6 155 126 71
Binary 1010101 11110000 110001 1000001 0 1010000 110 1101101 1010110 111001

Color Harmonies of #55F031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F031

Black with #55F031

Text Example


Text Example

White with #55F031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,240,49); }

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

background-color css

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

 a { background-color: rgb(85,240,49); }

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

border-color css

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

 span { border-color: rgb(85,240,49); }

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