Html Css Color HEX #55EF38 Lime Green

📋 copy color: '#55EF38'

red 85 ◦ green 239 ◦ blue 56

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

Shades of Lime Green #55EF38

Tints of Lime Green #55EF38

RGB

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

 GREEN value IS 239 (93.75% from 255) = 62.89%

 BLUE value IS 56 (22.27% from 255) = 14.74%

R = 22.37%
G = 62.89%
B = 14.74%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#55EF38 (or 0x55EF38) is known color: Lime Green. HEX triplet: 55, EF and 38. RGB value is (85,239,56). Sum of RGB (Red+Green+Blue) = 85+239+56=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 239 (93.75% from 255 or 62.89% from 380); Blue value is 56 (22.27% from 255 or 14.74% from 380); Max value from RGB is 239 - color contains mainly: green. Hex color #55EF38 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55EF38 is #AA10C7. Grayscale: #ACACAC. Windows color (decimal): -11145416 or 3731285. OLE color: 3731285.

HSL color Cylindrical-coordinate representation of color #55EF38: hue angle of 110.49º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55EF38 is Cyan = 0.64, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 239 56 -
CMYK 0.64 0 0.77 0.06
HSL 110.49º 0.85% 0.58% -
HSV(B) 110.49º 0.77% 0.94% -
XYZ 35.33 63.95 14.22 -
YUV 172.09 62.48 65.88 -
System Red Green Blue C M Y K H S L
Decimal 85 239 56 0.64 0 0.77 0.06 110.49 0.85 0.58
Hex 55 EF 38 40 0 4D 6 6E 55 3A
Octal 125 357 70 100 0 115 6 156 125 72
Binary 1010101 11101111 111000 1000000 0 1001101 110 1101110 1010101 111010

Color Harmonies of #55EF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55EF38

Black with #55EF38

Text Example


Text Example

White with #55EF38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,239,56); }

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

background-color css

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

 a { background-color: rgb(85,239,56); }

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

border-color css

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

 span { border-color: rgb(85,239,56); }

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