Html Css Color HEX #55E82B Lime Green

📋 copy color: '#55E82B'

red 85 ◦ green 232 ◦ blue 43

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

Shades of Lime Green #55E82B

Tints of Lime Green #55E82B

RGB

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

 GREEN value IS 232 (91.02% from 255) = 64.44%

 BLUE value IS 43 (17.19% from 255) = 11.94%

R = 23.61%
G = 64.44%
B = 11.94%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#55E82B (or 0x55E82B) is known color: Lime Green. HEX triplet: 55, E8 and 2B. RGB value is (85,232,43). Sum of RGB (Red+Green+Blue) = 85+232+43=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 232 (91.02% from 255 or 64.44% from 360); Blue value is 43 (17.19% from 255 or 11.94% from 360); Max value from RGB is 232 - color contains mainly: green. Hex color #55E82B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55E82B is #AA17D4. Grayscale: #A7A7A7. Windows color (decimal): -11147221 or 2877525. OLE color: 2877525.

HSL color Cylindrical-coordinate representation of color #55E82B: hue angle of 106.67º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #55E82B is Cyan = 0.63, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB 85 232 43 -
CMYK 0.63 0 0.81 0.09
HSL 106.67º 0.8% 0.54% -
HSV(B) 106.67º 0.81% 0.91% -
XYZ 33.04 59.82 12.09 -
YUV 166.5 58.3 69.87 -
System Red Green Blue C M Y K H S L
Decimal 85 232 43 0.63 0 0.81 0.09 106.67 0.8 0.54
Hex 55 E8 2B 3F 0 51 9 6B 50 36
Octal 125 350 53 77 0 121 11 153 120 66
Binary 1010101 11101000 101011 111111 0 1010001 1001 1101011 1010000 110110

Color Harmonies of #55E82B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55E82B

Black with #55E82B

Text Example


Text Example

White with #55E82B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,232,43); }

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

background-color css

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

 a { background-color: rgb(85,232,43); }

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

border-color css

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

 span { border-color: rgb(85,232,43); }

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