Html Css Color HEX #57F232 Lime Green

📋 copy color: '#57F232'

red 87 ◦ green 242 ◦ blue 50

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

Shades of Lime Green #57F232

Tints of Lime Green #57F232

RGB

 RED value IS 87 (34.38% from 255) = 22.96%

 GREEN value IS 242 (94.92% from 255) = 63.85%

 BLUE value IS 50 (19.92% from 255) = 13.19%

R = 22.96%
G = 63.85%
B = 13.19%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#57F232 (or 0x57F232) is known color: Lime Green. HEX triplet: 57, F2 and 32. RGB value is (87,242,50). Sum of RGB (Red+Green+Blue) = 87+242+50=379 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.96% from 379); Green value is 242 (94.92% from 255 or 63.85% from 379); Blue value is 50 (19.92% from 255 or 13.19% from 379); Max value from RGB is 242 - color contains mainly: green. Hex color #57F232 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #57F232 is #A80DCD. Grayscale: #AEAEAE. Windows color (decimal): -11013582 or 3338839. OLE color: 3338839.

HSL color Cylindrical-coordinate representation of color #57F232: hue angle of 108.44º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #57F232 is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 87 242 50 -
CMYK 0.64 0 0.79 0.05
HSL 108.44º 0.88% 0.57% -
HSV(B) 108.44º 0.79% 0.95% -
XYZ 36.26 65.76 13.8 -
YUV 173.77 58.15 66.11 -
System Red Green Blue C M Y K H S L
Decimal 87 242 50 0.64 0 0.79 0.05 108.44 0.88 0.57
Hex 57 F2 32 40 0 4F 5 6C 58 39
Octal 127 362 62 100 0 117 5 154 130 71
Binary 1010111 11110010 110010 1000000 0 1001111 101 1101100 1011000 111001

Color Harmonies of #57F232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57F232

Black with #57F232

Text Example


Text Example

White with #57F232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57F232; }

 p { color: rgb(87,242,50); }

 H1.HeaderClassName
 {
   color: #57F232;
 }
 .AnyTagClassName
 {
   color: #57F232;
 }
</style>

background-color css

<style>
 a { background-color: #57F232; }

 a { background-color: rgb(87,242,50); }

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

border-color css

<style>
 span { border-color: #57F232; }

 span { border-color: rgb(87,242,50); }

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