Html Css Color HEX #57F130 Lime Green

📋 copy color: '#57F130'

red 87 ◦ green 241 ◦ blue 48

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

Shades of Lime Green #57F130

Tints of Lime Green #57F130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.77%

R = 23.14%
G = 64.1%
B = 12.77%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#57F130 (or 0x57F130) is known color: Lime Green. HEX triplet: 57, F1 and 30. RGB value is (87,241,48). Sum of RGB (Red+Green+Blue) = 87+241+48=376 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.14% from 376); Green value is 241 (94.53% from 255 or 64.10% from 376); Blue value is 48 (19.14% from 255 or 12.77% from 376); Max value from RGB is 241 - color contains mainly: green. Hex color #57F130 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #57F130 is #A80ECF. Grayscale: #ADADAD. Windows color (decimal): -11013840 or 3207511. OLE color: 3207511.

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

Color convert

RGB 87 241 48 -
CMYK 0.64 0 0.80 0.05
HSL 107.88º 0.87% 0.57% -
HSV(B) 107.88º 0.8% 0.95% -
XYZ 35.92 65.15 13.48 -
YUV 172.95 57.48 66.69 -
System Red Green Blue C M Y K H S L
Decimal 87 241 48 0.64 0 0.80 0.05 107.88 0.87 0.57
Hex 57 F1 30 40 0 50 5 6C 57 39
Octal 127 361 60 100 0 120 5 154 127 71
Binary 1010111 11110001 110000 1000000 0 1010000 101 1101100 1010111 111001

Color Harmonies of #57F130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57F130

Black with #57F130

Text Example


Text Example

White with #57F130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,241,48); }

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

background-color css

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

 a { background-color: rgb(87,241,48); }

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

border-color css

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

 span { border-color: rgb(87,241,48); }

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