Html Css Color HEX #57DC40 Lime Green

📋 copy color: '#57DC40'

red 87 ◦ green 220 ◦ blue 64

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

Shades of Lime Green #57DC40

Tints of Lime Green #57DC40

RGB

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

 GREEN value IS 220 (86.33% from 255) = 59.3%

 BLUE value IS 64 (25.39% from 255) = 17.25%

R = 23.45%
G = 59.3%
B = 17.25%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#57DC40 (or 0x57DC40) is known color: Lime Green. HEX triplet: 57, DC and 40. RGB value is (87,220,64). Sum of RGB (Red+Green+Blue) = 87+220+64=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 220 (86.33% from 255 or 59.30% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 220 - color contains mainly: green. Hex color #57DC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #57DC40 is #A823BF. Grayscale: #A2A2A2. Windows color (decimal): -11019200 or 4250711. OLE color: 4250711.

HSL color Cylindrical-coordinate representation of color #57DC40: hue angle of 111.15º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #57DC40 is Cyan = 0.60, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 220 64 -
CMYK 0.60 0 0.71 0.14
HSL 111.15º 0.69% 0.56% -
HSV(B) 111.15º 0.71% 0.86% -
XYZ 30.45 53.58 13.59 -
YUV 162.45 72.44 74.18 -
System Red Green Blue C M Y K H S L
Decimal 87 220 64 0.60 0 0.71 0.14 111.15 0.69 0.56
Hex 57 DC 40 3C 0 47 E 6F 45 38
Octal 127 334 100 74 0 107 16 157 105 70
Binary 1010111 11011100 1000000 111100 0 1000111 1110 1101111 1000101 111000

Color Harmonies of #57DC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57DC40

Black with #57DC40

Text Example


Text Example

White with #57DC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,220,64); }

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

background-color css

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

 a { background-color: rgb(87,220,64); }

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

border-color css

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

 span { border-color: rgb(87,220,64); }

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