Html Css Color HEX #55F138 Lime Green

📋 copy color: '#55F138'

red 85 ◦ green 241 ◦ blue 56

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

Shades of Lime Green #55F138

Tints of Lime Green #55F138

RGB

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

 GREEN value IS 241 (94.53% from 255) = 63.09%

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

R = 22.25%
G = 63.09%
B = 14.66%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#55F138 (or 0x55F138) is known color: Lime Green. HEX triplet: 55, F1 and 38. RGB value is (85,241,56). Sum of RGB (Red+Green+Blue) = 85+241+56=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 241 (94.53% from 255 or 63.09% from 382); Blue value is 56 (22.27% from 255 or 14.66% from 382); Max value from RGB is 241 - color contains mainly: green. Hex color #55F138 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55F138 is #AA0EC7. Grayscale: #ADADAD. Windows color (decimal): -11144904 or 3731797. OLE color: 3731797.

HSL color Cylindrical-coordinate representation of color #55F138: hue angle of 110.59º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55F138 is Cyan = 0.65, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 241 56 -
CMYK 0.65 0 0.77 0.05
HSL 110.59º 0.87% 0.58% -
HSV(B) 110.59º 0.77% 0.95% -
XYZ 35.92 65.13 14.42 -
YUV 173.27 61.82 65.04 -
System Red Green Blue C M Y K H S L
Decimal 85 241 56 0.65 0 0.77 0.05 110.59 0.87 0.58
Hex 55 F1 38 41 0 4D 5 6F 57 3A
Octal 125 361 70 101 0 115 5 157 127 72
Binary 1010101 11110001 111000 1000001 0 1001101 101 1101111 1010111 111010

Color Harmonies of #55F138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F138

Black with #55F138

Text Example


Text Example

White with #55F138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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